Package org.zedlib

Interface Summary
Bag Bags are collections of elements of X in which the number of times an element occurs is significant.
Function 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).
Relation A relation is a set of relationships between two objects.
Sequence A sequence is a type of function that maps an integer (usually representing an ordering) to an object.
Set A collection that contains no duplicate elements.
 

Class Summary
Baglet If X and Y are sets, then X ↔ Y is the set of binary relations between X and Y.
HashBag Bags are collections of elements of X in which the number of times an element occurs is significant.
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).
HashRel A relation is a set of relationships between two objects.
HashSeq A sequence is a type of function that maps an integer (usually representing an ordering) to an object.
HashSet A collection that contains no duplicate elements.
Maplet If X and Y are sets, then X ↔ Y is the set of binary relations between X and Y.
OrderedPair A synonym for Maplet.
Seqlet If X and Y are sets, then X ↔ Y is the set of binary relations between X and Y.
 



Copyright © 2006 Brad Long. All Rights Reserved.