|
||||||||
| 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.spaces.basic.OrderSpec
|
+--org.abora.white.spaces.basic.IntegerUpOrder
| Constructor Summary | |
protected |
IntegerUpOrder()
|
protected |
IntegerUpOrder(Rcvr receiver)
|
| Method Summary | |
int |
actualHashForEqual()
Defined by subclasses to produce the value returned by hashForEqual. |
Arrangement |
arrange(XnRegion region)
Return an Arrangement of the positions in region according to the ordering of the receiver. |
XnRegion |
chooseMany(XnRegion region,
IntegerValue 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(IntegerValue x,
IntegerValue 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 OrderSpec |
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)
|
| Methods inherited from class org.abora.white.spaces.basic.OrderSpec |
compare, isFullOrder, reversed |
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, printContentsOn, printOn, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected IntegerUpOrder()
protected IntegerUpOrder(Rcvr receiver)
| Method Detail |
public static OrderSpec make()
public int actualHashForEqual()
Heaper
actualHashForEqual in class OrderSpec
public boolean follows(Position x,
Position y)
OrderSpec
follows in class OrderSpec
public boolean followsInt(IntegerValue x,
IntegerValue 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,
IntegerValue n)
public Position chooseOne(XnRegion region)
public CoordinateSpace coordinateSpace()
OrderSpec
coordinateSpace in class OrderSpecpublic void sendSelfTo(Xmtr xmtr)
sendSelfTo in class OrderSpec
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||