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:
elementsin classDictionary<K,V>
-
get
- Specified by:
getin classDictionary<K,V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classDictionary<K,V>
-
keys
- Specified by:
keysin classDictionary<K,V>
-
put
- Specified by:
putin classDictionary<K,V>
-
putAll
-
putAll
-
remove
- Specified by:
removein classDictionary<K,V>
-
size
public int size()- Specified by:
sizein classDictionary<K,V>
-
toString
-