()
| 2568 | } |
| 2569 | |
| 2570 | private long extractValue() { |
| 2571 | |
| 2572 | Object obj = ValueOperator.class.cast(this.delegate).getValue(); |
| 2573 | |
| 2574 | if (obj == null) { |
| 2575 | throw new IllegalArgumentException("Missing new element value."); |
| 2576 | } |
| 2577 | |
| 2578 | return Number.class.cast(obj).longValue(); |
| 2579 | |
| 2580 | } |
| 2581 | |
| 2582 | private static boolean isNonIsoOffset( |
| 2583 | Timezone timezone, |