Package gnu.trove
Class THashMap.ValueView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- gnu.trove.THashMap.ValueView
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ValueView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsElement(V value)
java.util.Iterator<V>
iterator()
boolean
removeElement(V value)
-