org.simantics.databoard.util
Class Limit.InclusiveLong
java.lang.Object
org.simantics.databoard.util.Limit
org.simantics.databoard.util.Limit.InclusiveLong
- Enclosing class:
- Limit
public static class Limit.InclusiveLong
- extends Limit
Field Summary |
java.lang.Long |
value
|
Methods inherited from class org.simantics.databoard.util.Limit |
equals, exclusive, exclusive, exclusive, exclusive, exclusive, inclusive, inclusive, inclusive, inclusive, inclusive, nolimit, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
value
public java.lang.Long value
Limit.InclusiveLong
public Limit.InclusiveLong(java.lang.Long value)
getValue
public java.lang.Number getValue()
- Specified by:
getValue
in class Limit
isExclusive
public boolean isExclusive()
- Specified by:
isExclusive
in class Limit
isInclusive
public boolean isInclusive()
- Specified by:
isInclusive
in class Limit
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
greatestIncludedInteger
public java.lang.Integer greatestIncludedInteger()
- Specified by:
greatestIncludedInteger
in class Limit
smallestIncludedInteger
public java.lang.Integer smallestIncludedInteger()
- Specified by:
smallestIncludedInteger
in class Limit