Uses of Class
gw.util.CiHashMap.Entry
Packages that use CiHashMap.Entry
-
Uses of CiHashMap.Entry in gw.util
Fields in gw.util declared as CiHashMap.EntryModifier and TypeFieldDescriptionprivate CiHashMap.Entry<K,
V> CiHashMap.EntryIterator._lastReturned
private CiHashMap.Entry<K,
V> CiHashMap.Entry._next
private CiHashMap.Entry<K,
V> CiHashMap.EntryIterator._next
private CiHashMap.Entry<K,
V>[] CiHashMap._table
Methods in gw.util that return CiHashMap.EntryModifier and TypeMethodDescriptionprivate CiHashMap.Entry<K,
V> CiHashMap.Entry.getNext()
CiHashMap.MapEntryIterator.next()
CiHashMap.EntryIterator.nextEntry()
private CiHashMap.Entry<K,
V> CiHashMap.removeEntry
(Object key) Methods in gw.util with parameters of type CiHashMap.EntryModifier and TypeMethodDescriptionprivate boolean
CiHashMap.entryMatches
(Object key, int hash, CiHashMap.Entry<K, V> entry) void
CiHashMap.Entry.setNext
(CiHashMap.Entry<K, V> next) Constructors in gw.util with parameters of type CiHashMap.Entry