Uses of Class
com.sun.xml.dtdparser.SimpleHashtable.Entry
-
-
Uses of SimpleHashtable.Entry in com.sun.xml.dtdparser
Fields in com.sun.xml.dtdparser declared as SimpleHashtable.Entry Modifier and Type Field Description private SimpleHashtable.Entry
SimpleHashtable. current
(package private) SimpleHashtable.Entry
SimpleHashtable.Entry. next
private SimpleHashtable.Entry[]
SimpleHashtable. table
Constructors in com.sun.xml.dtdparser with parameters of type SimpleHashtable.Entry Constructor Description Entry(int hash, java.lang.Object key, java.lang.Object value, SimpleHashtable.Entry next)
-