public interface RollCycle
| Modifier and Type | Method and Description |
|---|---|
default int |
current() |
static RollCycle |
forFormat(String format) |
static RollCycle |
forLength(int length) |
String |
format() |
static RollCycle |
from(int length,
String format,
java.time.ZoneId zone)
TODO: refactor
|
int |
length() |
java.time.ZoneId |
zone() |
static RollCycle forLength(int length)
static RollCycle from(int length, String format, java.time.ZoneId zone)
length - format - zone - String format()
int length()
java.time.ZoneId zone()
default int current()
Copyright © 2015. All rights reserved.