Uses of Enum
org.apache.commons.collections4.comparators.FixedOrderComparator.UnknownObjectBehavior
Packages that use FixedOrderComparator.UnknownObjectBehavior
-
Uses of FixedOrderComparator.UnknownObjectBehavior in org.apache.commons.collections4.comparators
Methods in org.apache.commons.collections4.comparators that return FixedOrderComparator.UnknownObjectBehaviorModifier 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.Methods in org.apache.commons.collections4.comparators with parameters of type FixedOrderComparator.UnknownObjectBehaviorModifier and TypeMethodDescriptionvoid
FixedOrderComparator.setUnknownObjectBehavior
(FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior) Sets the behavior for comparing unknown objects.