org.zedlib
Class Seqlet
java.lang.Object
org.zedlib.Maplet
org.zedlib.Seqlet
- All Implemented Interfaces:
- Comparable
- public class Seqlet
- extends Maplet
- implements Comparable
If X and Y are sets, then X ↔ Y is the set of binary relations between X
and Y. Each such relation is a subset of X x Y . The 'maplet' notation from x to y
is another way of expressing the ordered pair (x, y). A 'seqlet' is a maplet whose
x values (domain) are integers.
- Author:
- Brad Long
| Fields inherited from class org.zedlib.Maplet |
x, y |
Seqlet
public Seqlet()
Seqlet
public Seqlet(int x,
Object y)
key
public int key()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo in interface Comparable
Copyright © 2006 Brad Long. All Rights Reserved.