Uses of Class
org.apache.commons.collections.ReferenceMap.Entry
-
Packages that use ReferenceMap.Entry Package Description org.apache.commons.collections This package contains the interfaces and utilities shared across all the subpackages of this component. -
-
Uses of ReferenceMap.Entry in org.apache.commons.collections
Fields in org.apache.commons.collections declared as ReferenceMap.Entry Modifier and Type Field Description (package private) ReferenceMap.Entry
ReferenceMap.EntryIterator. entry
(package private) ReferenceMap.Entry
ReferenceMap.Entry. next
(package private) ReferenceMap.Entry
ReferenceMap.EntryIterator. previous
private ReferenceMap.Entry[]
ReferenceMap. table
Deprecated.The hash table.Methods in org.apache.commons.collections that return ReferenceMap.Entry Modifier and Type Method Description private ReferenceMap.Entry
ReferenceMap. getEntry(java.lang.Object key)
Deprecated.Returns the entry associated with the given key.protected ReferenceMap.Entry
ReferenceMap.EntryIterator. nextEntry()
Constructors in org.apache.commons.collections with parameters of type ReferenceMap.Entry Constructor Description Entry(java.lang.Object key, int hash, java.lang.Object value, ReferenceMap.Entry next)
-