Public Methods | |
Index (int i) | |
Index | baseIndex () |
boolean | equals (Object o) |
int | hashCode () |
int | index () |
String | toString () |
Protected Attributes | |
int | index |
Definition at line 51 of file bofa/Index.java.
|
Index constructor.
Definition at line 56 of file prog/Index.java. |
|
Returns the base index, in this case, itself.
Definition at line 65 of file prog/Index.java. |
|
Returns the index value.
Definition at line 85 of file prog/Index.java. |
|
The index Definition at line 49 of file prog/Index.java. |