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.EntryReferenceMap.EntryIterator. entry(package private) ReferenceMap.EntryReferenceMap.Entry. next(package private) ReferenceMap.EntryReferenceMap.EntryIterator. previousprivate ReferenceMap.Entry[]ReferenceMap. tableDeprecated.The hash table.Methods in org.apache.commons.collections that return ReferenceMap.Entry Modifier and Type Method Description private ReferenceMap.EntryReferenceMap. getEntry(java.lang.Object key)Deprecated.Returns the entry associated with the given key.protected ReferenceMap.EntryReferenceMap.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)
-