R - typepublic interface OrderedDatatype<R extends Comparable<R>>
| Modifier and Type | Method and Description |
|---|---|
R |
getMax() |
R |
getMin() |
boolean |
hasMax() |
boolean |
hasMaxExclusive() |
boolean |
hasMaxInclusive() |
boolean |
hasMin() |
boolean |
hasMinExclusive() |
boolean |
hasMinInclusive() |
boolean hasMinExclusive()
boolean hasMinInclusive()
boolean hasMaxExclusive()
boolean hasMaxInclusive()
boolean hasMin()
boolean hasMax()
Copyright © 2018 The University of Manchester. All rights reserved.