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
-
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_ENTRYFields inherited from class com.sun.xml.fastinfoset.util.KeyIntMap
NOT_PRESENT -
Constructor Summary
ConstructorsConstructorDescriptionFixedEntryStringIntMap(String fixedEntry) FixedEntryStringIntMap(String fixedEntry, int initialCapacity) FixedEntryStringIntMap(String fixedEntry, int initialCapacity, float loadFactor) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclear()final voidsetReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear) final voidsetReadOnlyMap(KeyIntMap readOnlyMap, boolean clear) Methods inherited from class com.sun.xml.fastinfoset.util.StringIntMap
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMap
-
Constructor Details
-
FixedEntryStringIntMap
-
FixedEntryStringIntMap
-
FixedEntryStringIntMap
-
-
Method Details
-
clear
public final void clear()- Overrides:
clearin classStringIntMap
-
setReadOnlyMap
- Overrides:
setReadOnlyMapin classStringIntMap
-
setReadOnlyMap
-