|
||||||||
| 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.Accumulator
|
+--org.abora.white.collection.steppers.TableAccumulator
Consider this class''s public status as obsolete. Eventually This class will either be private of get retired.
| Constructor Summary | |
TableAccumulator()
|
|
| Method Summary | |
abstract Accumulator |
copy()
Should this copy the array? |
static TableAccumulator |
make()
Returns an Accumulator which will produce an MuArray of the elements accumulated into it in order of accumulation. |
void |
printOn(java.io.PrintWriter oo)
This should rarely be overridden. |
abstract void |
step(Heaper elem)
Add elem to the internal table. |
abstract Heaper |
value()
Return the accumulated table. |
| Methods inherited from class org.abora.white.collection.steppers.Accumulator |
actualHashForEqual, isEqual, ptrArray |
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, printContentsOn, sendSelfTo, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TableAccumulator()
| Method Detail |
public abstract void step(Heaper elem)
step in class Accumulatorpublic abstract Heaper value()
value in class Accumulatorpublic abstract Accumulator copy()
copy in class Accumulatorpublic void printOn(java.io.PrintWriter oo)
Heaper
printOn in class Heaperpublic static TableAccumulator make()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||