Java org.joda.time DateTimeComparator fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time DateTimeComparator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time DateTimeComparator.

The text is from its open source code.

Method

intcompare(Object lhsObj, Object rhsObj)
Compare two objects against only the range of date time fields as specified in the constructor.
DateTimeComparatorgetDateOnlyInstance()
Returns a comparator that only considers date fields.
DateTimeComparatorgetInstance()
Returns a DateTimeComparator the compares the entire date time value.
DateTimeComparatorgetTimeOnlyInstance()
Returns a comparator that only considers time fields.