All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class macondo.mistero.collections.Token

macondo.mistero.collections.Token

public class Token
A Token object can be used to define an order on a collection of tuples. Be careful that tuples are not directly compared, but this object is used instead.


Constructor Index

 o Token()
Builds a new Token object.

Method Index

 o advance()
Advance this token.
 o buildItem(InputStream)
 o cloneItem(Object)
 o dumpItem(OutputStream)
 o matchesItem(JadaItem)

Constructors

 o Token
 public Token()
Builds a new Token object.

Methods

 o advance
 public void advance()
Advance this token.

 o dumpItem
 public void dumpItem(OutputStream os) throws ItemNotStreamableException, IOException
 o buildItem
 public void buildItem(InputStream is) throws ItemNotStreamableException, IOException
 o cloneItem
 public void cloneItem(Object source)
 o matchesItem
 public boolean matchesItem(JadaItem match)

All Packages  Class Hierarchy  This Package  Previous  Next  Index