クラス SMapImpl<V>
java.lang.Object
org.wcardinal.controller.data.SMap<V>
org.wcardinal.controller.data.internal.SMapImpl<V>
- すべての実装されたインタフェース:
Map<String,
,V> SContainer<NavigableMap<String,
,V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>> SMapContainer<V>
,SLockable
,SVariable
,ControllerDynamicInfoHandler
,Unlockable
@Primary
@Component
@Scope("prototype")
public class SMapImpl<V>
extends SMap<V>
implements SMapContainer<V>, ControllerDynamicInfoHandler
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.wcardinal.controller.data.SMap
SMap.Update<V>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明void
void
clear()
clearAndPut
(String key, V value) Clear this map and then associates the specified value with the specified key in this map.void
clearAndPutAll
(Map<? extends String, ? extends V> mappings) Clear this map and then copies all of the mappings from the specified map to this map.boolean
compact()
Comparator<? super String>
boolean
containsKey
(Object key) boolean
containsValue
(Object element) entrySet()
boolean
getLock()
getName()
long
org.springframework.core.ResolvableType
getType()
getValue()
void
handle
(Object origin, Map<String, SData> nameToSData, Map<String, DynamicDataObject> nameToData, long senderId) void
handle
(Object origin, SetDynamicDataMap map) void
init
(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties) void
Initialize this.void
initialize
(Object except) boolean
isEmpty()
boolean
Returns true if this is initialized.boolean
isLocked()
Returns true if this instance is locked.boolean
Returns true if this is non-null.boolean
Returns true if this is read-only.boolean
isSoft()
keySet()
lock()
Locks this instance.void
onChange()
void
onClear()
void
onInitialize
(Object except) void
onPatches
(Object except, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>> patches) boolean
boolean
void
void
void
removeOrigin
(Object origin) void
Constructs a map from the specified iterable and replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings.void
Constructs a map from the specified iterable and replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings.void
Replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings.Reassociate the value of the specified key.void
setRevision
(long revision) int
size()
void
toDirty()
Marks all the values as updated.void
Marks the value of the specified key as updated.toString()
boolean
tryLock()
Tries to lock this instance.boolean
Tries to lock this instance.void
unlock()
Unlocks this instance.void
Unlocks this instance.values()
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
インタフェースから継承されたメソッド java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
コンストラクタの詳細
-
SMapImpl
public SMapImpl()
-
-
メソッドの詳細
-
init
public void init(String name, SContainerParent parent, AutoCloseableReentrantLock lock, org.springframework.core.ResolvableType type, EnumSet<Property> properties) - 定義:
init
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getName
- 定義:
getName
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getRevision
public long getRevision()- 定義:
getRevision
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
setRevision
public void setRevision(long revision) - 定義:
setRevision
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getValue
- 定義:
getValue
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getParent
- 定義:
getParent
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getLock
- 定義:
getLock
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
getType
public org.springframework.core.ResolvableType getType()- 定義:
getType
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
addOrigin
- 定義:
addOrigin
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
removeOrigin
- 定義:
removeOrigin
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
handle
- 定義:
handle
インタフェース内ControllerDynamicInfoHandler
-
handle
public void handle(Object origin, Map<String, SData> nameToSData, Map<String, DynamicDataObject> nameToData, long senderId) - 定義:
handle
インタフェース内ControllerDynamicInfoHandler
-
isSoft
public boolean isSoft()- 定義:
isSoft
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
compact
public boolean compact()- 定義:
compact
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
onPut
- 定義:
onPut
インタフェース内SMapContainer<V>
-
onPutAll
- 定義:
onPutAll
インタフェース内SMapContainer<V>
-
onRemove
- 定義:
onRemove
インタフェース内SMapContainer<V>
-
onClear
public void onClear()- 定義:
onClear
インタフェース内SMapContainer<V>
-
onInitialize
- 定義:
onInitialize
インタフェース内SMapContainer<V>
-
onPatches
- 定義:
onPatches
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
onChange
public void onChange()- 定義:
onChange
インタフェース内SMapContainer<V>
-
comparator
- 定義:
comparator
インタフェース内SMapContainer<V>
-
toDirty
クラスからコピーされた説明:SMap
Marks the value of the specified key as updated. -
toDirty
public void toDirty()クラスからコピーされた説明:SMap
Marks all the values as updated. -
clear
public void clear() -
containsKey
- 定義:
containsKey
インタフェース内Map<String,
V>
-
containsValue
- 定義:
containsValue
インタフェース内Map<String,
V>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
reput
クラスからコピーされた説明:SMap
Reassociate the value of the specified key. -
putAll
-
remove
-
size
public int size() -
values
-
isReadOnly
public boolean isReadOnly()インタフェースからコピーされた説明:SVariable
Returns true if this is read-only.- 定義:
isReadOnly
インタフェース内SVariable
- 戻り値:
- true if this is read-only
-
isNonNull
public boolean isNonNull()インタフェースからコピーされた説明:SVariable
Returns true if this is non-null. -
isInitialized
public boolean isInitialized()インタフェースからコピーされた説明:SVariable
Returns true if this is initialized.- 定義:
isInitialized
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>> - 定義:
isInitialized
インタフェース内SVariable
- 戻り値:
- true if this is initialized
-
initialize
public void initialize()インタフェースからコピーされた説明:SVariable
Initialize this.- 定義:
initialize
インタフェース内SVariable
-
initialize
- 定義:
initialize
インタフェース内SContainer<NavigableMap<String,
V>, SPatchesPacked<NavigableMap<String, V>, SMapPatch<V>>>
-
lock
インタフェースからコピーされた説明:SLockable
Locks this instance. -
tryLock
public boolean tryLock()インタフェースからコピーされた説明:SLockable
Tries to lock this instance. -
tryLock
インタフェースからコピーされた説明:SLockable
Tries to lock this instance. -
isLocked
public boolean isLocked()インタフェースからコピーされた説明:SLockable
Returns true if this instance is locked. -
unlock
public void unlock()インタフェースからコピーされた説明:SLockable
Unlocks this instance.- 定義:
unlock
インタフェース内SLockable
- 定義:
unlock
インタフェース内Unlockable
-
unlock
インタフェースからコピーされた説明:SLockable
Unlocks this instance. -
replace
クラスからコピーされた説明:SMap
Constructs a map from the specified iterable and replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings. For testing the equality of mappings, V#equals(Object) is used. As a key, a field or a method annotated with javax.persistence.Id is used. -
replace
クラスからコピーされた説明:SMap
Constructs a map from the specified iterable and replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings. For testing the equality of mappings, V#equals(Object) is used. As a key, the return value ofSKeyOf.keyOf(Object)
is used. -
replace
クラスからコピーされた説明:SMap
Replaces the existing mappings with the specified mappings if the existing mappings are not equal to the specified mappings. For testing the equality of mappings, V#equals(Object) is used. -
toString
-
equals
-
clearAndPut
クラスからコピーされた説明:SMap
Clear this map and then associates the specified value with the specified key in this map.- 定義:
clearAndPut
クラス内SMap<V>
- パラメータ:
key
- key with which the specified value is to be associatedvalue
- value to be associated with the specified key- 戻り値:
- null
-
clearAndPutAll
クラスからコピーされた説明:SMap
Clear this map and then copies all of the mappings from the specified map to this map.- 定義:
clearAndPutAll
クラス内SMap<V>
- パラメータ:
mappings
- mappings to be copied to this map
-