インタフェース 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>>>
-
メソッドの概要
修飾子とタイプメソッド説明boolean
boolean
onAddAll
(Collection<? extends V> values) void
onCapacity
(int capacity) void
onChange()
void
onClear()
void
onInitialize
(Object except) void
onRemove()
インタフェースから継承されたメソッド org.wcardinal.controller.data.internal.SContainer
addOrigin, compact, getLock, getName, getParent, getRevision, getType, getValue, init, initialize, isInitialized, isSoft, onPatches, removeOrigin, setRevision
-
メソッドの詳細
-
onAdd
-
onAddAll
-
onRemove
void onRemove() -
onClear
void onClear() -
onChange
void onChange() -
onInitialize
-
onCapacity
void onCapacity(int capacity)
-