Package com.liferay.portal.kernel.util
Class HashMapDictionary<K,V>
Object
Dictionary<K,V>
com.liferay.portal.kernel.util.HashMapDictionary<K,V>
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashMapDictionary
public HashMapDictionary() -
HashMapDictionary
-
-
Method Details
-
elements
- Specified by:
elements
in classDictionary<K,
V>
-
get
- Specified by:
get
in classDictionary<K,
V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classDictionary<K,
V>
-
keys
- Specified by:
keys
in classDictionary<K,
V>
-
put
- Specified by:
put
in classDictionary<K,
V>
-
putAll
-
putAll
-
remove
- Specified by:
remove
in classDictionary<K,
V>
-
size
public int size()- Specified by:
size
in classDictionary<K,
V>
-
toString
-