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

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

Introduction

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

The text is from its open source code.

Constructor

FixedOrderComparator(Object[] items)
Constructs a FixedOrderComparator which uses the order of the given array to compare the objects.
FixedOrderComparator(List items)
Constructs a FixedOrderComparator which uses the order of the given list to compare the objects.