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 StringIntMap
StringIntMap.EntryNested classes/interfaces inherited from class KeyIntMap
KeyIntMap.BaseEntry -
Field Summary
FieldsFields inherited from class StringIntMap
_index, _lastEntry, _readOnlyMap, _table, _totalCharacterCount, NULL_ENTRYFields inherited from class KeyIntMap
_capacity, _loadFactor, _readOnlyMapSize, _size, _threshold, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, MAXIMUM_CAPACITY, 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()private voidfinal voidsetReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear) final voidsetReadOnlyMap(KeyIntMap readOnlyMap, boolean clear) Methods inherited from class StringIntMap
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMap
-
Field Details
-
_fixedEntry
-
-
Constructor Details
-
FixedEntryStringIntMap
-
FixedEntryStringIntMap
-
FixedEntryStringIntMap
-
-
Method Details
-
clear
public final void clear()- Overrides:
clearin classStringIntMap
-
setReadOnlyMap
- Overrides:
setReadOnlyMapin classStringIntMap
-
setReadOnlyMap
-
removeFixedEntry
private void removeFixedEntry()
-