Java org.apache.commons.collections4 ComparatorUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 ComparatorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 ComparatorUtils.

The text is from its open source code.

Field

ComparatorNATURAL_COMPARATOR
Comparator for natural sort order.

Method

ComparatornullLowComparator(Comparator comparator)
Gets a Comparator that controls the comparison of null values.
ComparatorreversedComparator(final Comparator comparator)
Gets a comparator that reverses the order of the given comparator.