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

public abstract class SQueue<T> extends SROQueue<T>
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).
  • コンストラクタの詳細

    • SQueue

      public SQueue()