Java org.apache.commons.lang3 ExtendedStringUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3 ExtendedStringUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Field

ExtendedTransformerSAFE_TOSTRING_XFORMER
An ExtendedTransformer implementation that transforms any Object into a String using the #safeToString(Object) method

Method

intsafeCompare(String s1, String s2, boolean caseSensitive)
Compares 2 String -s allowing for null's
intsafeCompare(String s1, String s2)
Compares 2 String -s allowing for null's
StringsafeToString(Object obj)