public class FixedEntryStringIntMap extends StringIntMap
StringIntMap.EntryKeyIntMap.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, setReadOnlyMapprivate 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 StringIntMappublic final void setReadOnlyMap(KeyIntMap readOnlyMap, boolean clear)
setReadOnlyMap in class StringIntMappublic final void setReadOnlyMap(FixedEntryStringIntMap readOnlyMap, boolean clear)
private final void removeFixedEntry()