インタフェース SContainer<V,P>

すべてのスーパーインタフェース:
SLockable, Unlockable
既知のサブインタフェースのリスト:
SListContainer<V>, SMapContainer<V>, SMovableListContainer<V>, SNavigableMapContainer<V>, SQueueContainer<V>
既知の実装クラスのリスト:
SListImpl, SMapImpl, SMovableListImpl, SNavigableMapImpl, SQueueImpl

public interface SContainer<V,P> extends SLockable
  • メソッドの詳細

    • init

      void init(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties)
    • addOrigin

      void addOrigin(Object origin)
    • removeOrigin

      void removeOrigin(Object origin)
    • getName

      String getName()
    • isInitialized

      boolean isInitialized()
    • initialize

      void initialize(Object except)
    • getRevision

      long getRevision()
    • setRevision

      void setRevision(long revision)
    • getParent

      SContainerParent getParent()
    • getLock

    • getType

      org.springframework.core.ResolvableType getType()
    • getValue

      V getValue()
    • onPatches

      void onPatches(Object except, P patches)
    • isSoft

      boolean isSoft()
    • compact

      boolean compact()