Java org.springframework.util.comparator CompoundComparator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.util.comparator CompoundComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.util.comparator CompoundComparator.

The text is from its open source code.

Constructor

CompoundComparator()
Construct a CompoundComparator with initially no Comparators.

Method

voidaddComparator(Comparator comparator)
Add a Comparator to the end of the chain.