Package com.sun.xml.fastinfoset.util
Class KeyIntMap
- java.lang.Object
-
- com.sun.xml.fastinfoset.util.KeyIntMap
-
- Direct Known Subclasses:
CharArrayIntMap,LocalNameQualifiedNamesMap,StringIntMap
public abstract class KeyIntMap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intNOT_PRESENT
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclear()static inthashHash(int h)static intindexFor(int h, int length)abstract voidsetReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)intsize()
-
-
-
Field Detail
-
NOT_PRESENT
public static final int NOT_PRESENT
- See Also:
- Constant Field Values
-
-
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)
-
-