インタフェース SQueueContainer<V>

すべてのスーパーインタフェース:
SContainer<SQueueValues<V>,SPatchesPacked<SQueueValues<V>,SQueuePatch<V>>>, SLockable, Unlockable
既知の実装クラスのリスト:
SQueueImpl

public interface SQueueContainer<V> extends SContainer<SQueueValues<V>,SPatchesPacked<SQueueValues<V>,SQueuePatch<V>>>
  • メソッドの詳細

    • onAdd

      boolean onAdd(V value)
    • onAddAll

      boolean onAddAll(Collection<? extends V> values)
    • onRemove

      void onRemove()
    • onClear

      void onClear()
    • onChange

      void onChange()
    • onInitialize

      void onInitialize(Object except)
    • onCapacity

      void onCapacity(int capacity)