gnu.trove

Class THashMap.ValueView

protected class THashMap.ValueView extends THashMap.KeyView

a view onto the values of the map.
Method Summary
booleancontains(Object value)
Iteratoriterator()
booleanremove(Object value)

Method Detail

contains

public boolean contains(Object value)

iterator

public Iterator iterator()

remove

public boolean remove(Object value)