V - generic type of element valuespublic interface NumericalElement<V> extends ChronoElement<V>
A chronological element which allows a numerical representation.
| Modifier and Type | Method and Description |
|---|---|
int |
numerical(V value)
Translates given element value to a numerical integer.
|
compare, getDefaultMaximum, getDefaultMinimum, getSymbol, getType, isDateElement, isLenient, isTimeElement, namecomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongint numerical(V value)
Translates given element value to a numerical integer.
value - value to be converted to intCopyright © 2014–2015. All rights reserved.