クラス SQueue<T>
java.lang.Object
org.wcardinal.controller.data.SROQueue<T>
org.wcardinal.controller.data.SQueue<T>
- 型パラメータ:
T- data type
- すべての実装されたインタフェース:
Iterable<T>,Collection<T>,Queue<T>,SLockable,SVariable,Unlockable
- 直系の既知のサブクラス:
SQueueImpl
Represents a queue and is more efficient for data streams
compared to the
SList.
The default capacity is Integer.MAX_VALUE.
The following are not supported for efficiency reasons:
* Collection.remove(Object),
* Collection.removeAll(java.util.Collection),
* Collection.retainAll(java.util.Collection).-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド org.wcardinal.controller.data.SROQueue
capacity, capacity, clearAndAdd, clearAndAddAll, clearAndOffer, clearAndOfferAll, equals, getCapacity, setCapacityクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド java.util.Collection
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArrayインタフェースから継承されたメソッド org.wcardinal.controller.data.SLockable
isLocked, lock, tryLock, tryLock, unlock, unlockインタフェースから継承されたメソッド org.wcardinal.controller.data.SVariable
initialize, isInitialized, isNonNull, isReadOnly
-
コンストラクタの詳細
-
SQueue
public SQueue()
-