Class THashMap.ValueView

java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
com.gigaspaces.internal.gnu.trove.THashMap.ValueView
All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>
Enclosing class:
THashMap<K,V>

protected class THashMap.ValueView extends AbstractSet<V>
a view onto the values of the map.
Version:
$Id: THashMap.java,v 1.33 2008/05/08 17:42:55 robeden Exp $
Author:
Eric D. Friedman