クラス 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()
-