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.EntryFixedEntryStringIntMap. _fixedEntryprotected StringIntMap.EntryStringIntMap. _lastEntry(package private) StringIntMap.EntryStringIntMap.Entry. _nextprotected StringIntMap.Entry[]StringIntMap. _tableprotected static StringIntMap.EntryStringIntMap. NULL_ENTRYMethods in com.sun.xml.fastinfoset.util with parameters of type StringIntMap.Entry Modifier and Type Method Description private voidStringIntMap. 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)
-