Java org.apache.commons.collections15.comparators NullComparator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections15.comparators NullComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections15.comparators NullComparator.

The text is from its open source code.

Constructor

NullComparator(Comparator nonNullComparator, boolean nullsAreHigh)
Construct an instance that sorts null higher or lower than any non-null object it is compared with.