Uses of Class
org.apache.batik.css.engine.StringIntMap.Entry
-
Packages that use StringIntMap.Entry Package Description org.apache.batik.css.engine -
-
Uses of StringIntMap.Entry in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as StringIntMap.Entry Modifier and Type Field Description StringIntMap.Entry
StringIntMap.Entry. next
The next entry - changed, when table[] is reordered.protected StringIntMap.Entry[]
StringIntMap. table
The underlying arrayConstructors in org.apache.batik.css.engine with parameters of type StringIntMap.Entry Constructor Description Entry(int hash, java.lang.String key, int value, StringIntMap.Entry next)
Creates a new entry
-