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
Nested classes/interfaces inherited from class com.sun.xml.fastinfoset.util.KeyIntMap
KeyIntMap.BaseEntry
-
Field Summary
FieldsFields 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
_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 void
clear()
private void
final void
setReadOnlyMap
(FixedEntryStringIntMap readOnlyMap, boolean clear) final void
setReadOnlyMap
(KeyIntMap readOnlyMap, boolean clear) Methods inherited from class com.sun.xml.fastinfoset.util.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:
clear
in classStringIntMap
-
setReadOnlyMap
- Overrides:
setReadOnlyMap
in classStringIntMap
-
setReadOnlyMap
-
removeFixedEntry
private void removeFixedEntry()
-