クラス SNavigableMap<V>
java.lang.Object
org.wcardinal.controller.data.SMap<V>
org.wcardinal.controller.data.SNavigableMap<V>
- 型パラメータ:
V
- value type
- すべての実装されたインタフェース:
Map<String,
,V> NavigableMap<String,
,V> SortedMap<String,
,V> SLockable
,SVariable
,Unlockable
- 直系の既知のサブクラス:
SNavigableMapImpl
Represents the navigable map data.
The key type is the string and must not be null.
The class
V
can be any class.
However, for synchronization, the class V
must be serializable
to, and deserializable from JSON by the Jackson.-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.wcardinal.controller.data.SMap
SMap.Update<V>
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド org.wcardinal.controller.data.SMap
clearAndPut, clearAndPutAll, replace, replace, replace, reput, toDirty, toDirty
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
インタフェースから継承されたメソッド java.util.NavigableMap
ceilingEntry, ceilingKey, descendingKeySet, descendingMap, firstEntry, floorEntry, floorKey, headMap, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, subMap, subMap, tailMap, tailMap
インタフェースから継承されたメソッド org.wcardinal.controller.data.SLockable
isLocked, lock, tryLock, tryLock, unlock, unlock
インタフェースから継承されたメソッド org.wcardinal.controller.data.SVariable
initialize, isInitialized, isNonNull, isReadOnly
-
コンストラクタの詳細
-
SNavigableMap
public SNavigableMap()
-