Uses of Enum
org.jparsec.IntOrder
Packages that use IntOrder
-
Uses of IntOrder in org.jparsec
Subclasses with type arguments of type IntOrder in org.jparsecModifier and TypeClassDescription(package private) enumMaps two integers to a boolean value.Fields in org.jparsec declared as IntOrderMethods in org.jparsec that return IntOrderModifier and TypeMethodDescriptionstatic IntOrderReturns the enum constant of this type with the specified name.static IntOrder[]IntOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jparsec with parameters of type IntOrderModifierConstructorDescription(package private)BestParser(Parser<? extends T>[] parsers, IntOrder order)