Java org.apache.commons.codec StringEncoderComparator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec StringEncoderComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec StringEncoderComparator.

The text is from its open source code.

Constructor

StringEncoderComparator(StringEncoder stringEncoder)
Constructs a new instance with the given algorithm.

Method

intcompare(Object o1, Object o2)
Compares two strings based not on the strings themselves, but on an encoding of the two strings using the StringEncoder this Comparator was created with.