| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Nengo.Selector> |
Nengo.SELECTOR
Format attribute which helps to resolve possible ambivalences in parsing.
|
| Modifier and Type | Method and Description |
|---|---|
static Nengo.Selector |
Nengo.Selector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nengo.Selector[] |
Nengo.Selector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Nengo> |
Nengo.list(Nengo.Selector selector)
Obtains a list of all nengos in chronological ascending order selected by given selector.
|
boolean |
Nengo.matches(Nengo.Selector selector)
Does this nengo match given selector?
|
static Nengo |
Nengo.ofRelatedGregorianYear(int year,
Nengo.Selector selector)
Obtains the nengo for given related gregorian year and selector strategy.
|
static Stream<Nengo> |
Nengo.stream(Nengo.Selector selector)
Obtains a stream of all nengos in chronological ascending order selected by given selector.
|
Copyright © 2014–2021. All rights reserved.