Uses of Enum Class
us.irdev.bedrock.bag.SortOrder
Packages that use SortOrder
Package
Description
Provides text-based storage of objects and un-formatted data in a simple, hierarchical key/value
store.
-
Uses of SortOrder in us.irdev.bedrock.bag
Subclasses with type arguments of type SortOrder in us.irdev.bedrock.bagFields in us.irdev.bedrock.bag declared as SortOrderMethods in us.irdev.bedrock.bag that return SortOrderModifier and TypeMethodDescriptionSortKey.getOrder()
static SortOrder
Returns the enum constant of this class with the specified name.static SortOrder[]
SortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in us.irdev.bedrock.bag with parameters of type SortOrderConstructors in us.irdev.bedrock.bag with parameters of type SortOrder