MapSync
classin packageklyn.collections
public class MapSync<K, V> extends Map<K, V>:
└ Map
└ MapSync
Thread-safe balanced binary tree map. @param <K> Key type. @param <V> Value type.
Properties inherited from Map: size
Properties inherited from Object: type
Properties inherited from MapCollection: size
Constructors
Modifier and Type Member Description
public MapSync No summary.
Methods inherited from Map: clear, contains, containsValue, items, keys, remove, toString, values
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml
Methods inherited from MapCollection: clear, contains, containsValue, items, keys, remove, values
Operators inherited from Map: operator!=(readonly notnull left as Map, readonly notnull right as Map) as Boolean:, operator==(readonly notnull left as Map, readonly notnull right as Map) as Boolean:, operator[](key as K) as V
Operators inherited from MapCollection: operator[](key as K) as V