Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Class HashMapDictionary<K,V>

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by com.liferay.portal.kernel.util.HashMapDictionary<K,V>

public class HashMapDictionary<K,V>
extends Dictionary<K,V>


Constructor Summary
HashMapDictionary()
           
 
Method Summary
 Enumeration<V> elements()
           
 V get(Object key)
           
 boolean isEmpty()
           
 Enumeration<K> keys()
           
 V put(K key, V value)
           
 void putAll(Map<? extends K,? extends V> map)
           
 V remove(Object key)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapDictionary

public HashMapDictionary()
Method Detail

elements

public Enumeration<V> elements()
Specified by:
elements in class Dictionary<K,V>

get

public V get(Object key)
Specified by:
get in class Dictionary<K,V>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class Dictionary<K,V>

keys

public Enumeration<K> keys()
Specified by:
keys in class Dictionary<K,V>

put

public V put(K key,
             V value)
Specified by:
put in class Dictionary<K,V>

putAll

public void putAll(Map<? extends K,? extends V> map)

remove

public V remove(Object key)
Specified by:
remove in class Dictionary<K,V>

size

public int size()
Specified by:
size in class Dictionary<K,V>

Liferay 7.0-ce-b4