Uses of Class
io.atomix.primitive.Ordering
| Package | Description |
|---|---|
| io.atomix.primitive |
Provides classes and interfaces for defining and managing primitive types.
|
-
Uses of Ordering in io.atomix.primitive
Methods in io.atomix.primitive that return Ordering Modifier and Type Method Description static OrderingOrdering. valueOf(String name)Returns the enum constant of this type with the specified name.static Ordering[]Ordering. values()Returns an array containing the constants of this enum type, in the order they are declared.