Uses of Enum
gw.lang.enhancements.OrderedList.Direction
Packages that use OrderedList.Direction
-
Uses of OrderedList.Direction in gw.lang.enhancements
Fields in gw.lang.enhancements declared as OrderedList.DirectionMethods in gw.lang.enhancements that return OrderedList.DirectionModifier and TypeMethodDescriptionOrderedList.Tuple.getDirection()static OrderedList.DirectionReturns the enum constant of this type with the specified name.static OrderedList.Direction[]OrderedList.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.enhancements with parameters of type OrderedList.DirectionModifierConstructorDescriptionTuple(OrderedList.Direction direction, OrderedList.IToComparable<T> block, Comparator comparator)