Uses of Enum
org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
-
Uses of FixedOrderComparator.UnknownObjectBehavior in org.apache.commons.collections4.comparators
Modifier and TypeMethodDescriptionFixedOrderComparator.getUnknownObjectBehavior()
Gets the behavior for comparing unknown objects.Returns the enum constant of this type with the specified name.FixedOrderComparator.UnknownObjectBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FixedOrderComparator.setUnknownObjectBehavior
(FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior) Sets the behavior for comparing unknown objects.