com.sun.xml.fastinfoset.util
Class FixedEntryStringIntMap

java.lang.Object
  extended by com.sun.xml.fastinfoset.util.KeyIntMap
      extended by com.sun.xml.fastinfoset.util.StringIntMap
          extended by com.sun.xml.fastinfoset.util.FixedEntryStringIntMap

public class FixedEntryStringIntMap
extends StringIntMap


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

FixedEntryStringIntMap

public FixedEntryStringIntMap(java.lang.String fixedEntry,
                              int initialCapacity,
                              float loadFactor)

FixedEntryStringIntMap

public FixedEntryStringIntMap(java.lang.String fixedEntry,
                              int initialCapacity)

FixedEntryStringIntMap

public FixedEntryStringIntMap(java.lang.String fixedEntry)
Method Detail

clear

public final void clear()
Overrides:
clear in class StringIntMap

setReadOnlyMap

public final void setReadOnlyMap(KeyIntMap readOnlyMap,
                                 boolean clear)
Overrides:
setReadOnlyMap in class StringIntMap

setReadOnlyMap

public final void setReadOnlyMap(FixedEntryStringIntMap readOnlyMap,
                                 boolean clear)