Uses of Class
org.zedlib.HashSet

Uses of HashSet in org.zedlib
 

Subclasses of HashSet in org.zedlib
 class HashBag
          Bags are collections of elements of X in which the number of times an element occurs is significant.
 class HashFun
          This class provides similar functionality to java.util.Map, however, it is properly descended from a Set (org.zedlib.Set, hence implements the java.util.Set interface).
 class HashRel
          A relation is a set of relationships between two objects.
 class HashSeq
          A sequence is a type of function that maps an integer (usually representing an ordering) to an object.
 



Copyright © 2006 Brad Long. All Rights Reserved.