gnu.trove.map.hash
Class TShortObjectHashMap.ValueView
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
gnu.trove.map.hash.TShortObjectHashMap.ValueView
- All Implemented Interfaces:
- java.lang.Iterable<V>, java.util.Collection<V>, java.util.Set<V>
- Enclosing class:
- TShortObjectHashMap<V>
protected class TShortObjectHashMap.ValueView
- extends java.util.AbstractSet<E>
a view onto the values of the map.
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
containsAll, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
containsAll, equals, hashCode, removeAll |
TShortObjectHashMap.ValueView
protected TShortObjectHashMap.ValueView()
iterator
public java.util.Iterator<V> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<V>
- Specified by:
iterator
in interface java.util.Collection<V>
- Specified by:
iterator
in interface java.util.Set<V>
containsElement
public boolean containsElement(V value)
removeElement
public boolean removeElement(V value)