|
||||||||
| 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.arrange.Arrangement
Generally represents a pair of an OrderSpec and a Region. Arrangements map between regions and primArrays.
| Constructor Summary | |
protected |
Arrangement()
|
protected |
Arrangement(Rcvr receiver)
|
| Method Summary | |
int |
actualHashForEqual()
Defined by subclasses to produce the value returned by hashForEqual. |
void |
copyElements(PrimArray toArray,
Dsp toDsp,
PrimArray fromArray,
Arrangement fromArrange,
XnRegion fromRegion)
Copy elements into toArray arranged according to the receiver. |
abstract IntegerValue |
indexOf(Position position)
Return the index of position into my Region according to my OrderSpec. |
abstract IntegerRegion |
indicesOf(XnRegion region)
Return the region of all the indices corresponding to positions in region. |
abstract XnRegion |
keysOf(int start,
int stop)
Return the region that corresponds to a range of indices. |
abstract XnRegion |
region()
The region of positions in the arrangement |
void |
sendSelfTo(Xmtr xmtr)
|
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, isEqual, printContentsOn, printOn, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected Arrangement()
protected Arrangement(Rcvr receiver)
| Method Detail |
public void copyElements(PrimArray toArray,
Dsp toDsp,
PrimArray fromArray,
Arrangement fromArrange,
XnRegion fromRegion)
public abstract IntegerValue indexOf(Position position)
public abstract IntegerRegion indicesOf(XnRegion region)
public abstract XnRegion keysOf(int start,
int stop)
public abstract XnRegion region()
public int actualHashForEqual()
Heaper
actualHashForEqual in class Heaperpublic void sendSelfTo(Xmtr xmtr)
sendSelfTo in class Heaper
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||