public class FixedEntryStringIntMap extends StringIntMap
StringIntMap.Entry
KeyIntMap.BaseEntry
Modifier and Type | Field and Description |
---|---|
private StringIntMap.Entry |
_fixedEntry |
_index, _lastEntry, _readOnlyMap, _table, _totalCharacterCount, NULL_ENTRY
_capacity, _loadFactor, _readOnlyMapSize, _size, _threshold, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, MAXIMUM_CAPACITY, NOT_PRESENT
Constructor and Description |
---|
FixedEntryStringIntMap(java.lang.String fixedEntry) |
FixedEntryStringIntMap(java.lang.String fixedEntry,
int initialCapacity) |
FixedEntryStringIntMap(java.lang.String fixedEntry,
int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
private void |
removeFixedEntry() |
void |
setReadOnlyMap(FixedEntryStringIntMap readOnlyMap,
boolean clear) |
void |
setReadOnlyMap(KeyIntMap readOnlyMap,
boolean clear) |
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMap
private StringIntMap.Entry _fixedEntry
public FixedEntryStringIntMap(java.lang.String fixedEntry, int initialCapacity, float loadFactor)
public FixedEntryStringIntMap(java.lang.String fixedEntry, int initialCapacity)
public FixedEntryStringIntMap(java.lang.String fixedEntry)
public final void clear()
clear
in class StringIntMap
public final void setReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)
setReadOnlyMap
in class StringIntMap
public final void setReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear)
private final void removeFixedEntry()