|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.fastinfoset.util.KeyIntMap
com.sun.xml.fastinfoset.util.StringIntMap
com.sun.xml.fastinfoset.util.FixedEntryStringIntMap
public class FixedEntryStringIntMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.xml.fastinfoset.util.StringIntMap |
---|
StringIntMap.Entry |
Field Summary |
---|
Fields 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 |
---|
NOT_PRESENT |
Constructor Summary | |
---|---|
FixedEntryStringIntMap(java.lang.String fixedEntry)
|
|
FixedEntryStringIntMap(java.lang.String fixedEntry,
int initialCapacity)
|
|
FixedEntryStringIntMap(java.lang.String fixedEntry,
int initialCapacity,
float loadFactor)
|
Method Summary | |
---|---|
void |
clear()
|
void |
setReadOnlyMap(FixedEntryStringIntMap readOnlyMap,
boolean clear)
|
void |
setReadOnlyMap(KeyIntMap readOnlyMap,
boolean clear)
|
Methods inherited from class com.sun.xml.fastinfoset.util.StringIntMap |
---|
add, get, getIndex, getNextIndex, getTotalCharacterCount, obtainIndex, resize, setReadOnlyMap |
Methods inherited from class com.sun.xml.fastinfoset.util.KeyIntMap |
---|
hashHash, indexFor, size |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedEntryStringIntMap(java.lang.String fixedEntry, int initialCapacity, float loadFactor)
public FixedEntryStringIntMap(java.lang.String fixedEntry, int initialCapacity)
public FixedEntryStringIntMap(java.lang.String fixedEntry)
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |