com.sun.xml.fastinfoset.util
Class KeyIntMap

java.lang.Object
  extended bycom.sun.xml.fastinfoset.util.KeyIntMap
Direct Known Subclasses:
CharArrayIntMap, LocalNameQualifiedNamesMap, StringIntMap

public abstract class KeyIntMap
extends java.lang.Object


Field Summary
static int NOT_PRESENT
           
 
Constructor Summary
KeyIntMap()
           
KeyIntMap(int initialCapacity)
           
KeyIntMap(int initialCapacity, float loadFactor)
           
 
Method Summary
abstract  void clear()
           
static int hashHash(int h)
           
static int indexFor(int h, int length)
           
abstract  void setReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_PRESENT

public static final int NOT_PRESENT
See Also:
Constant Field Values
Constructor Detail

KeyIntMap

public KeyIntMap(int initialCapacity,
                 float loadFactor)

KeyIntMap

public KeyIntMap(int initialCapacity)

KeyIntMap

public KeyIntMap()
Method Detail

size

public final int size()

clear

public abstract void clear()

setReadOnlyMap

public abstract void setReadOnlyMap(KeyIntMap readOnlyMap,
                                    boolean clear)

hashHash

public static final int hashHash(int h)

indexFor

public static final int indexFor(int h,
                                 int length)