gnu.trove
Class THashMap.EntryView
AbstractSet
gnu.trove.THashMap.MapBackedView
gnu.trove.THashMap.EntryView
- THashMap<K,V>
- Iterable, Set
protected class THashMap.EntryView
extends gnu.trove.THashMap.MapBackedView
a view onto the entries of the map.
T[] toArray , add , addAll , clear , contains , containsAll , containsElement , isEmpty , iterator , remove , removeElement , retainAll , size , toArray |
containsElement
public boolean containsElement(Map.Entry entry)
iterator
public Iterator> iterator()
- iterator in interface gnu.trove.THashMap.MapBackedView
keyForEntry
protected K keyForEntry(Map.Entry entry)
removeElement
public boolean removeElement(Map.Entry entry)
valueForEntry
protected V valueForEntry(Map.Entry entry)
GNU Trove is copyright B) 2001-2008 Eric D. Friedman. All Rights Reserved.