Java org.apache.commons.collections.comparators ReverseComparator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections.comparators ReverseComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections.comparators ReverseComparator.

The text is from its open source code.

Constructor

ReverseComparator()
Creates a comparator that compares objects based on the inverse of their natural ordering.
ReverseComparator(Comparator comparator)
Creates a comparator that inverts the comparison of the given comparator.