Package | Description |
---|---|
org.apache.commons.collections4.comparators |
This package contains implementations of the
Comparator interface. |
Modifier and Type | Method and Description |
---|---|
FixedOrderComparator.UnknownObjectBehavior |
FixedOrderComparator.getUnknownObjectBehavior()
Gets the behavior for comparing unknown objects.
|
static FixedOrderComparator.UnknownObjectBehavior |
FixedOrderComparator.UnknownObjectBehavior.valueOf(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 and Description |
---|---|
void |
FixedOrderComparator.setUnknownObjectBehavior(FixedOrderComparator.UnknownObjectBehavior unknownObjectBehavior)
Sets the behavior for comparing unknown objects.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.