Uses of Enum Class
org.cojen.tupl.Ordering
Packages that use Ordering
-
Uses of Ordering in org.cojen.tupl
Subclasses with type arguments of type Ordering in org.cojen.tuplMethods in org.cojen.tupl that return OrderingModifier and TypeMethodDescriptionCursor.ordering()Returns the key ordering for this cursor.View.ordering()Returns the key ordering for this view.Ordering.reverse()default OrderingTransformer.transformedOrdering(Ordering original) Returns the natural ordering of keys, after they have been transformed.static OrderingReturns the enum constant of this class with the specified name.static Ordering[]Ordering.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cojen.tupl with parameters of type OrderingModifier and TypeMethodDescriptiondefault OrderingTransformer.transformedOrdering(Ordering original) Returns the natural ordering of keys, after they have been transformed.