gnu.trove

Class THashMap.ValueView

Enclosing Class:
THashMap<K,V>
Implemented Interfaces:
Iterable, Set

protected class THashMap.ValueView
extends gnu.trove.THashMap.MapBackedView

a view onto the values of the map.

Method Summary

boolean
containsElement(V value)
Iterator
iterator()
boolean
removeElement(V value)

Methods inherited from class gnu.trove.THashMap.MapBackedView

T[] toArray, add, addAll, clear, contains, containsAll, containsElement, isEmpty, iterator, remove, removeElement, retainAll, size, toArray

Method Details

containsElement

public boolean containsElement(V value)

iterator

public Iterator iterator()
Overrides:
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.