wt.util.range
Class InclusiveAboveBoundaryPoint

java.lang.Object
  extended bywt.util.range.BoundaryPoint
      extended bywt.util.range.InclusiveAboveBoundaryPoint
All Implemented Interfaces:
Serializable

public class InclusiveAboveBoundaryPoint
extends BoundaryPoint
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.range.BoundaryPoint
 
Constructor Summary
InclusiveAboveBoundaryPoint(Comparable comparable)
          

Supported API: false
 
Method Summary
 boolean isAbove(Comparable comparable)
          

Supported API: false
 boolean isBelow(Comparable comparable)
          

Supported API: false
 String lowerBoundNotation()
          

Supported API: false
 String upperBoundNotation()
          

Supported API: false
 
Methods inherited from class wt.util.range.BoundaryPoint
equals, getBoundaryPointValue, hasNullPointValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

InclusiveAboveBoundaryPoint

public InclusiveAboveBoundaryPoint(Comparable comparable)


Supported API: false

Parameters:
comparable -
Method Detail

isAbove

public boolean isAbove(Comparable comparable)


Supported API: false

Specified by:
isAbove in class BoundaryPoint
Parameters:
comparable -
Returns:
boolean

isBelow

public boolean isBelow(Comparable comparable)


Supported API: false

Specified by:
isBelow in class BoundaryPoint
Parameters:
comparable -
Returns:
boolean

lowerBoundNotation

public String lowerBoundNotation()


Supported API: false

Specified by:
lowerBoundNotation in class BoundaryPoint
Returns:
String

upperBoundNotation

public String upperBoundNotation()


Supported API: false

Specified by:
upperBoundNotation in class BoundaryPoint
Returns:
String