Uses of Class
org.apache.commons.collections.map.AbstractReferenceMap.ReferenceEntry
-
Packages that use AbstractReferenceMap.ReferenceEntry Package Description org.apache.commons.collections.map -
-
Uses of AbstractReferenceMap.ReferenceEntry in org.apache.commons.collections.map
Fields in org.apache.commons.collections.map declared as AbstractReferenceMap.ReferenceEntry Modifier and Type Field Description (package private) AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntrySetIterator. entry
(package private) AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntrySetIterator. previous
Methods in org.apache.commons.collections.map that return AbstractReferenceMap.ReferenceEntry Modifier and Type Method Description protected AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntrySetIterator. currentEntry()
protected AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntry. next()
Gets the next entry in the bucket.protected AbstractReferenceMap.ReferenceEntry
AbstractReferenceMap.ReferenceEntrySetIterator. nextEntry()
-