Package com.sun.xml.fastinfoset.util
Class FixedEntryStringIntMap
- java.lang.Object
-
- com.sun.xml.fastinfoset.util.KeyIntMap
-
- com.sun.xml.fastinfoset.util.StringIntMap
-
- com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
-
public class FixedEntryStringIntMap extends StringIntMap
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.fastinfoset.util.StringIntMap
StringIntMap.Entry
-
-
Field Summary
-
Fields inherited from class com.sun.xml.fastinfoset.util.StringIntMap
_index, _lastEntry, _readOnlyMap, _table, _totalCharacterCount, NULL_ENTRY
-
Fields inherited from class com.sun.xml.fastinfoset.util.KeyIntMap
NOT_PRESENT
-
-
Constructor Summary
Constructors Constructor Description FixedEntryStringIntMap(String fixedEntry)FixedEntryStringIntMap(String fixedEntry, int initialCapacity)FixedEntryStringIntMap(String fixedEntry, int initialCapacity, float loadFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidsetReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear)voidsetReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)-
Methods inherited from class com.sun.xml.fastinfoset.util.StringIntMap
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMap
-
-
-
-
Method Detail
-
clear
public final void clear()
- Overrides:
clearin classStringIntMap
-
setReadOnlyMap
public final void setReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)
- Overrides:
setReadOnlyMapin classStringIntMap
-
setReadOnlyMap
public final void setReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear)
-
-