インタフェース SListContainer<V>

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

public interface SListContainer<V> extends SContainer<List<V>,SPatchesPacked<List<V>,SListPatch<V>>>
  • メソッドの詳細

    • onAdd

      boolean onAdd(int index, V value)
    • onAddAll

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

      V onRemove(int index, V value)
    • onClear

      void onClear()
    • onSet

      void onSet(int index, V newValue)
    • onChange

      void onChange()
    • onInitialize

      void onInitialize(Object except)