Uses of Enum Class
net.time4j.calendar.Nengo.Selector
Packages that use Nengo.Selector
-
Uses of Nengo.Selector in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type Nengo.SelectorModifier and TypeFieldDescriptionstatic AttributeKey<Nengo.Selector>
Nengo.SELECTOR
Format attribute which helps to resolve possible ambivalences in parsing.Methods in net.time4j.calendar that return Nengo.SelectorModifier and TypeMethodDescriptionstatic Nengo.Selector
Returns the enum constant of this class with the specified name.static Nengo.Selector[]
Nengo.Selector.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.time4j.calendar with parameters of type Nengo.SelectorModifier and TypeMethodDescriptionNengo.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.Nengo.stream(Nengo.Selector selector)
Obtains a stream of all nengos in chronological ascending order selected by given selector.