|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.range.BoundaryPoint
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Comparable |
pointValue_
|
private static String |
RESOURCE
|
Constructor Summary | |
BoundaryPoint(Comparable point_value,
boolean allow_null)
Supported API: false |
Method Summary | |
boolean |
equals(Object other)
|
Comparable |
getBoundaryPointValue()
Supported API: false |
boolean |
hasNullPointValue()
Supported API: false |
abstract boolean |
isAbove(Comparable comparable)
Supported API: false |
abstract boolean |
isBelow(Comparable comparable)
Supported API: false |
abstract String |
lowerBoundNotation()
Supported API: false |
String |
toString()
Supported API: false |
abstract String |
upperBoundNotation()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Comparable pointValue_
Constructor Detail |
public BoundaryPoint(Comparable point_value, boolean allow_null)
point_value
- allow_null
- Method Detail |
public abstract boolean isAbove(Comparable comparable)
comparable
-
public abstract boolean isBelow(Comparable comparable)
comparable
-
public abstract String lowerBoundNotation()
public abstract String upperBoundNotation()
public boolean hasNullPointValue()
public Comparable getBoundaryPointValue()
public String toString()
public boolean equals(Object other)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |