Overview
>
klyn.collections
>
HashMapSync
Overview
Index
Tree
Deprecated
HashMapSync
class
in package
klyn.collections
public class HashMapSync<K, V> extends HashMap<K, V>:
Object
└
Map
└
HashMap
└
HashMapSync
Thread-safe hash map implementation. @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
HashMapSync
HashMapSync
():
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