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