Uses of Enum Class
org.bremersee.comparator.model.SortOrder.Direction
Packages that use SortOrder.Direction
Package
Description
This package contains the model of the comparator.
-
Uses of SortOrder.Direction in org.bremersee.comparator.model
Methods in org.bremersee.comparator.model that return SortOrder.DirectionModifier and TypeMethodDescriptionstatic SortOrder.DirectionReturns the enum constant of this class with the specified name.static SortOrder.Direction[]SortOrder.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bremersee.comparator.model with parameters of type SortOrder.DirectionModifier and TypeMethodDescriptionSortOrder.with(SortOrder.Direction direction) With given direction.