Uses of Class
org.zedlib.Maplet

Uses of Maplet in org.zedlib
 

Subclasses of Maplet in org.zedlib
 class Baglet
          If X and Y are sets, then X ↔ Y is the set of binary relations between X and Y.
 class OrderedPair
          A synonym for Maplet.
 class Seqlet
          If X and Y are sets, then X ↔ Y is the set of binary relations between X and Y.
 

Methods in org.zedlib that return Maplet
 Maplet HashFun.getMaplet(Object key)
          Returns the maplet that a given key participates in.
 Maplet Function.getMaplet(Object key)
          Returns the maplet that a given key participates in.
 

Methods in org.zedlib with parameters of type Maplet
 boolean Relation.add(Maplet m)
          Adds a maplet to this relation.
 boolean HashSeq.add(Maplet m)
          Adds a maplet to this sequence.
 Object HashSeq.put(Maplet m)
          Replaces a maplet in this sequence.
 boolean HashRel.add(Maplet m)
          Adds a maplet to this relation.
 boolean HashFun.add(Maplet m)
          Adds a maplet to this function.
 Object HashFun.put(Maplet m)
          Adds a maplet to this function.
 boolean HashBag.add(Maplet m)
          Adds a maplet to this bag.
 Object Function.put(Maplet m)
          Adds a maplet to this function.
 



Copyright © 2006 Brad Long. All Rights Reserved.