public class FixedEntryStringIntMap extends StringIntMap
StringIntMap.Entry_index, _lastEntry, _readOnlyMap, _table, _totalCharacterCount, NULL_ENTRYNOT_PRESENT| Constructor and Description |
|---|
FixedEntryStringIntMap(String fixedEntry) |
FixedEntryStringIntMap(String fixedEntry,
int initialCapacity) |
FixedEntryStringIntMap(String fixedEntry,
int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
setReadOnlyMap(FixedEntryStringIntMap readOnlyMap,
boolean clear) |
void |
setReadOnlyMap(KeyIntMap readOnlyMap,
boolean clear) |
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMappublic FixedEntryStringIntMap(String fixedEntry, int initialCapacity, float loadFactor)
public FixedEntryStringIntMap(String fixedEntry, int initialCapacity)
public FixedEntryStringIntMap(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)
Copyright © 2012 Oracle Corpration. All Rights Reserved.