Java org.apache.commons.collections15.comparators ComparatorChain fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ComparatorChain()
Construct a ComparatorChain with no Comparators.

Method

voidaddComparator(Comparator comparator)
Add a Comparator to the end of the chain using the forward sort order