Uses of Class
com.sun.xml.fastinfoset.util.StringIntMap.Entry
-
Packages that use StringIntMap.Entry Package Description com.sun.xml.fastinfoset.util -
-
Uses of StringIntMap.Entry in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as StringIntMap.Entry Modifier and Type Field Description private StringIntMap.Entry
FixedEntryStringIntMap. _fixedEntry
protected StringIntMap.Entry
StringIntMap. _lastEntry
(package private) StringIntMap.Entry
StringIntMap.Entry. _next
protected StringIntMap.Entry[]
StringIntMap. _table
protected static StringIntMap.Entry
StringIntMap. NULL_ENTRY
Methods in com.sun.xml.fastinfoset.util with parameters of type StringIntMap.Entry Modifier and Type Method Description private void
StringIntMap. transfer(StringIntMap.Entry[] newTable)
Constructors in com.sun.xml.fastinfoset.util with parameters of type StringIntMap.Entry Constructor Description Entry(java.lang.String key, int hash, int value, StringIntMap.Entry next)
-