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