org.gudy.azureus2.core3.util
Class LightHashMapEx<S,T>

java.lang.Object
  extended by java.util.AbstractMap<S,T>
      extended by org.gudy.azureus2.core3.util.LightHashMap<S,T>
          extended by org.gudy.azureus2.core3.util.LightHashMapEx<S,T>
All Implemented Interfaces:
Cloneable, Map<S,T>

public class LightHashMapEx<S,T>
extends LightHashMap<S,T>
implements Cloneable


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
static byte FL_MAP_ORDER_INCORRECT
           
 
Constructor Summary
LightHashMapEx(AbstractMap<S,T> m)
           
 
Method Summary
 boolean getFlag(byte flag)
           
 void setFlag(byte flag, boolean set)
           
 
Methods inherited from class org.gudy.azureus2.core3.util.LightHashMap
capacity, clear, clone, compactify, containsKey, containsValue, entrySet, get, keySet, main, put, putAll, remove, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FL_MAP_ORDER_INCORRECT

public static final byte FL_MAP_ORDER_INCORRECT
See Also:
Constant Field Values
Constructor Detail

LightHashMapEx

public LightHashMapEx(AbstractMap<S,T> m)
Method Detail

setFlag

public void setFlag(byte flag,
                    boolean set)

getFlag

public boolean getFlag(byte flag)