|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.gold.java.AboraHeaper
|
+--org.abora.gold.xpp.basic.Heaper
|
+--org.abora.gold.arrange.Arrangement
Generally represents a pair of an OrderSpec and a Region. Arrangements map between
regions and primArrays.
| Field Summary |
| Fields inherited from class org.abora.gold.xpp.basic.Heaper |
AllBlasts, BecomeMap, GarbageCount, InGC, InitializedClasses, InitializingClasses, LastMemory, NextClientRequestNumber, NotOneElementSignal, PackageTable, PromiseNameTable, StringHashSBoxes |
| Fields inherited from class org.abora.gold.java.AboraHeaper |
ActiveClubs, CurrentAuthor, CurrentBertCanopyCache, CurrentBertCrum, CurrentChunk, CurrentGrandMap, CurrentKeyMaster, CurrentPacker, CurrentSensorCanopyCache, CurrentServer, CurrentSession, CurrentSessions, CurrentTrace, InitialEditClub, InitialOwner, InitialReadClub, InitialSponsor, InsideTransactionFlag |
| Constructor Summary | |
Arrangement(Rcvr receiver)
|
|
| Method Summary | |
int |
actualHashForEqual()
|
void |
copyElements(PrimArray toArray,
Dsp toDsp,
PrimArray fromArray,
Arrangement fromArrange,
XnRegion fromRegion)
Copy elements into toArray arranged according to the receiver. Copy them from fromArray arranged according to fromArrange. The source region is fromRegion. |
IntegerVar |
indexOf(Position position)
Return the index of position into my Region according to my OrderSpec. |
IntegerRegion |
indicesOf(XnRegion region)
Return the region of all the indices corresponding to positions in region. |
XnRegion |
keysOf(int start,
int stop)
Return the region that corresponds to a range of indices. |
XnRegion |
region()
The region of positions in the arrangement |
void |
sendSelfTo(Xmtr xmtr)
do nothing |
| Methods inherited from class org.abora.gold.java.AboraHeaper |
asOop, basicInspect, displayString, error, hack, halt, inspect, knownBug, mightNotImplement, REQUIRES, shouldImplement, shouldNotImplement, stubbleForSubclassResponsibility, thingToDo, willNotImplement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Arrangement(Rcvr receiver)
| Method Detail |
public void copyElements(PrimArray toArray,
Dsp toDsp,
PrimArray fromArray,
Arrangement fromArrange,
XnRegion fromRegion)
public IntegerVar indexOf(Position position)
public IntegerRegion indicesOf(XnRegion region)
public XnRegion keysOf(int start,
int stop)
public XnRegion region()
public int actualHashForEqual()
actualHashForEqual in class Heaperpublic void sendSelfTo(Xmtr xmtr)
Heaper
sendSelfTo in class Heaper
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||