|
||||||||
| 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.spaces.basic.OrderSpec
|
+--org.abora.gold.spaces.basic.IntegerUpOrder
| 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 | |
IntegerUpOrder(Rcvr receiver)
|
|
| Method Summary | |
int |
actualHashForEqual()
|
Arrangement |
arrange(XnRegion region)
Return an Arrangement of the positions in region according to the ordering of the receiver. |
XnRegion |
chooseMany(XnRegion region,
IntegerVar n)
Return the first n positions in the region according to my ordering. |
Position |
chooseOne(XnRegion region)
Return the first position in the region according to my ordering. |
CoordinateSpace |
coordinateSpace()
Essential. |
boolean |
follows(Position x,
Position y)
Essential. |
boolean |
followsInt(IntegerVar x,
IntegerVar y)
See discussion in XuInteger class comment about boxed vs unboxed integers |
boolean |
isEqual(Heaper other)
Return true if the two objects are equal. |
boolean |
isFullOrder(XnRegion keys)
Essential. |
static Heaper |
make()
|
boolean |
preceeds(XnRegion before,
XnRegion after)
Return true if some position in before is less than or equal to all positions in after. |
void |
sendSelfTo(Xmtr xmtr)
do nothing |
| Methods inherited from class org.abora.gold.spaces.basic.OrderSpec |
ascending, compare, descending, export, info, isFullOrder, reversed |
| 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 IntegerUpOrder(Rcvr receiver)
| Method Detail |
public int actualHashForEqual()
actualHashForEqual in class OrderSpec
public boolean follows(Position x,
Position y)
OrderSpec
follows in class OrderSpec
public boolean followsInt(IntegerVar x,
IntegerVar y)
followsInt in class OrderSpecpublic boolean isEqual(Heaper other)
Heaper
isEqual in class OrderSpecpublic boolean isFullOrder(XnRegion keys)
OrderSpec
isFullOrder in class OrderSpec
public boolean preceeds(XnRegion before,
XnRegion after)
preceeds in class OrderSpecpublic Arrangement arrange(XnRegion region)
OrderSpec
arrange in class OrderSpec
public XnRegion chooseMany(XnRegion region,
IntegerVar n)
public Position chooseOne(XnRegion region)
public CoordinateSpace coordinateSpace()
OrderSpec
coordinateSpace in class OrderSpecpublic void sendSelfTo(Xmtr xmtr)
Heaper
sendSelfTo in class OrderSpecpublic static Heaper make()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||