org.jboss.errai.common.client.types
Class UHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by org.jboss.errai.common.client.types.UHashMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class UHashMap<K,V>
extends HashMap<K,V>

Author:
Mike Brock
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
UHashMap()
           
 
Method Summary
 int hashCode()
           
 void normalHashMode()
           
 void uniqueHashMode()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals
 

Constructor Detail

UHashMap

public UHashMap()
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface Map<K,V>
Overrides:
hashCode in class AbstractMap<K,V>

normalHashMode

public void normalHashMode()

uniqueHashMode

public void uniqueHashMode()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.