gnu.trove.map.hash
Class THashMap.ValueView

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by gnu.trove.map.hash.THashMap.ValueView
All Implemented Interfaces:
java.lang.Iterable<V>, java.util.Collection<V>, java.util.Set<V>
Enclosing class:
THashMap<K,V>

protected class THashMap.ValueView
extends java.util.AbstractSet<E>

a view onto the values of the map.


Constructor Summary
protected THashMap.ValueView()
           
 
Method Summary
 boolean containsElement(V value)
           
 java.util.Iterator<V> iterator()
           
 boolean removeElement(V value)
           
 
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
 

Constructor Detail

THashMap.ValueView

protected THashMap.ValueView()
Method Detail

containsElement

public boolean containsElement(V value)

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>

removeElement

public boolean removeElement(V value)


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved