Package gnu.trove.map.hash
Class TDoubleObjectHashMap.ValueView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- gnu.trove.map.hash.TDoubleObjectHashMap.ValueView
-
- All Implemented Interfaces:
java.lang.Iterable<V>
,java.util.Collection<V>
,java.util.Set<V>
- Enclosing class:
- TDoubleObjectHashMap<V>
protected class TDoubleObjectHashMap.ValueView extends java.util.AbstractSet<E>
a view onto the values of the map.
-
-
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)
-