Package gnu.trove.map.hash
Class THashMap.ValueView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- gnu.trove.map.hash.THashMap.ValueView
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedValueView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsElement(V value)java.util.Iterator<V>iterator()booleanremoveElement(V value)
-