Java org.apache.commons.io.comparator NameFileComparator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.io.comparator NameFileComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.io.comparator NameFileComparator.

The text is from its open source code.

Subclass

org.apache.commons.io.comparator.NameFileComparator has subclasses.
Click this link to see all its subclasses.

Field

ComparatorNAME_COMPARATOR
Case-sensitive name comparator instance (see IOCase#SENSITIVE )
ComparatorNAME_REVERSE
Reverse case-sensitive name comparator instance (see IOCase#SENSITIVE )
ComparatorNAME_INSENSITIVE_COMPARATOR
Case-insensitive name comparator instance (see IOCase#INSENSITIVE )
ComparatorNAME_INSENSITIVE_REVERSE
Reverse case-insensitive name comparator instance (see IOCase#INSENSITIVE )
ComparatorNAME_SYSTEM_COMPARATOR
System sensitive name comparator instance (see IOCase#SYSTEM )
ComparatorNAME_SYSTEM_REVERSE
Reverse system sensitive name comparator instance (see IOCase#SYSTEM )

Constructor

NameFileComparator(IOCase caseSensitivity)
Construct a file name comparator instance with the specified case-sensitivity.
NameFileComparator()
Construct a case sensitive file name comparator instance.