|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.white.xpp.basic.Heaper
|
+--org.abora.white.collection.steppers.Stepper
|
+--org.abora.white.collection.steppers.TableStepper
|
+--org.abora.white.collection.steppers.IntegerTableStepper
Consider this a protected class. It is public only for use by the "array" module.
| Field Summary |
| Fields inherited from class org.abora.white.collection.steppers.Stepper |
TheEmptyStepper |
| Constructor Summary | |
IntegerTableStepper()
|
|
| Method Summary | |
abstract Stepper |
copy()
Return a new stepper which steps independently of me, but whose current value is the same as mine, and which must produce a future history of values which satisfies the same obligation that my contract obligates me to produce now. |
abstract Heaper |
fetch()
If I am exhausted (i.e., if (!! this->hasValue())), then return NULL. |
Heaper |
get()
Essential. |
abstract boolean |
hasValue()
Iff I have a current value (i.e. |
static TableStepper |
make(IntegerTable aTable,
IntegerValue start,
IntegerValue stop)
Do not consider public. |
static TableStepper |
make(IntegerTable aTable,
OrderSpec anOrder)
Do not consider public. |
abstract Position |
position()
A TableStepper actually enumerates the associations of a table. |
abstract void |
step()
Essential. |
| Methods inherited from class org.abora.white.collection.steppers.TableStepper |
ascending, descending, index, info, key, stepManyPairs, stepManyPairs |
| Methods inherited from class org.abora.white.collection.steppers.Stepper |
actualHashForEqual, atEnd, emptyStepper, isEqual, itemStepper, stepMany, stepMany, theOne |
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, printContentsOn, printOn, sendSelfTo, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IntegerTableStepper()
| Method Detail |
public abstract Heaper fetch()
Stepper
fetch in class TableStepperpublic Heaper get()
Stepper
get in class Stepperpublic abstract boolean hasValue()
Stepper
hasValue in class TableStepperpublic abstract void step()
Stepper
step in class TableStepperpublic abstract Position position()
TableStepper
position in class TableStepperpublic abstract Stepper copy()
Stepper
copy in class TableStepper
public static TableStepper make(IntegerTable aTable,
OrderSpec anOrder)
public static TableStepper make(IntegerTable aTable,
IntegerValue start,
IntegerValue stop)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||