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