Package | Description |
---|---|
org.apache.commons.collections4.comparators |
This package contains implementations of the
Comparator interface. |
Modifier and Type | Method | Description |
---|---|---|
FixedOrderComparator.UnknownObjectBehavior |
FixedOrderComparator.getUnknownObjectBehavior() |
Gets the behavior for comparing unknown objects.
|
static FixedOrderComparator.UnknownObjectBehavior |
FixedOrderComparator.UnknownObjectBehavior.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FixedOrderComparator.UnknownObjectBehavior[] |
FixedOrderComparator.UnknownObjectBehavior.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
FixedOrderComparator.setUnknownObjectBehavior(FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior) |
Sets the behavior for comparing unknown objects.
|
Copyright © 2001-2019 - Apache Software Foundation