|
||||||||
| 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
|
+--org.abora.white.collection.steppers.ArrayAccumulator
| Field Summary | |
protected MuArray |
arrayInternal
|
| Constructor Summary | |
protected |
ArrayAccumulator(MuArray onTable)
|
| Method Summary | |
Accumulator |
copy()
Should this copy the array? |
static TableAccumulator |
make(MuArray onTable)
|
void |
step(Heaper obj)
Add elem to the internal table. |
Heaper |
value()
Return the accumulated table. |
| Methods inherited from class org.abora.white.collection.steppers.TableAccumulator |
make, printOn |
| 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 |
| Field Detail |
protected MuArray arrayInternal
| Constructor Detail |
protected ArrayAccumulator(MuArray onTable)
| Method Detail |
public static TableAccumulator make(MuArray onTable)
public void step(Heaper obj)
TableAccumulator
step in class TableAccumulatorpublic Heaper value()
TableAccumulator
value in class TableAccumulatorpublic Accumulator copy()
TableAccumulator
copy in class TableAccumulator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||