クラス 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

public abstract class SNavigableMap<V> extends SMap<V> implements NavigableMap<String,V>
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.
  • コンストラクタの詳細

    • SNavigableMap

      public SNavigableMap()