Uses of Enum
org.jparsec.IntOrder
Packages that use IntOrder
-
Uses of IntOrder in org.jparsec
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)