ist.palcom.base
Class HashValues

java.lang.Object
  extended by AbstractCollection
      extended by ist.palcom.base.HashValues

public class HashValues
extends AbstractCollection

A collection view of the values in a HashMap or ReadableHashMap. An instance of this class is returned from the HashMap's values method, which gives access to the HashMap's values as a Collection.


Constructor Summary
HashValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashValues

public HashValues()