All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class busrider.Indexed

java.lang.Object
   |
   +----busrider.Indexed

public class Indexed
extends Object
This immutable class represents an indexed item.


Constructor Index

 o Indexed(int)
constructs an object.

Method Index

 o equals(Object)
compares for index-equality.
 o getIndex()
returns the index.

Constructors

 o Indexed
 public Indexed(int index)
constructs an object.

Methods

 o equals
 public boolean equals(Object ob)
compares for index-equality.

Overrides:
equals in class Object
 o getIndex
 public int getIndex()
returns the index.


All Packages  Class Hierarchy  This Package  Previous  Next  Index