All Packages Class Hierarchy This Package Previous Next Index
macondo.mistero.collections.Token
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.
Token
object.
public Token()
Token
object.
public void advance()
public void dumpItem(OutputStream os) throws ItemNotStreamableException, IOException
public void buildItem(InputStream is) throws ItemNotStreamableException, IOException
public void cloneItem(Object source)
public boolean matchesItem(JadaItem match)
All Packages Class Hierarchy This Package Previous Next Index