org.abora.white.collection.steppers
Class ArrayAccumulator

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

public class ArrayAccumulator
extends TableAccumulator


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

arrayInternal

protected MuArray arrayInternal
Constructor Detail

ArrayAccumulator

protected ArrayAccumulator(MuArray onTable)
Method Detail

make

public static TableAccumulator make(MuArray onTable)

step

public void step(Heaper obj)
Description copied from class: TableAccumulator
Add elem to the internal table.

Specified by:
step in class TableAccumulator

value

public Heaper value()
Description copied from class: TableAccumulator
Return the accumulated table.

Specified by:
value in class TableAccumulator

copy

public Accumulator copy()
Description copied from class: TableAccumulator
Should this copy the array?

Specified by:
copy in class TableAccumulator


Copyright © 2003 David G Jones. All Rights Reserved.
Original Udanax-Gold - Copyright © 1979-1999 Udanax.com. All rights reserved.