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, nameequalsint numerical(V value)
Translates given element value to a numerical integer.
value - value to be converted to intCopyright © 2014. All rights reserved.