- すべてのスーパーインタフェース:
SLockable
, Unlockable
- 既知のサブインタフェースのリスト:
SListContainer<V>
, SMapContainer<V>
, SMovableListContainer<V>
, SNavigableMapContainer<V>
, SQueueContainer<V>
- 既知の実装クラスのリスト:
SListImpl
, SMapImpl
, SMovableListImpl
, SNavigableMapImpl
, SQueueImpl
public interface SContainer<V,P>
extends SLockable
-
メソッドの概要
void
boolean
long
org.springframework.core.ResolvableType
void
void
boolean
boolean
void
void
void
-
メソッドの詳細
-
-
-
removeOrigin
void removeOrigin(Object origin)
-
-
isInitialized
boolean isInitialized()
-
initialize
void initialize(Object except)
-
getRevision
long getRevision()
-
setRevision
void setRevision(long revision)
-
-
-
getType
org.springframework.core.ResolvableType getType()
-
-
onPatches
void onPatches(Object except,
P patches)
-
-
compact
boolean compact()