Java org.springframework.beans.support PropertyComparator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.support PropertyComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.support PropertyComparator.

The text is from its open source code.

Constructor

PropertyComparator(String property, boolean ignoreCase, boolean ascending)
Create a PropertyComparator for the given settings.
PropertyComparator(SortDefinition sortDefinition)
Create a new PropertyComparator for the given SortDefinition.

Method

voidsort(List source, SortDefinition sortDefinition)
Sort the given List according to the given sort definition.
voidsort(Object[] source, SortDefinition sortDefinition)
Sort the given source according to the given sort definition.