Class Overview
Compares two GenericValue objects based on a given Date field.
Note that this Comparator orders null at the end.
Summary
Public Methods |
int
|
compare(GenericValue gv1, GenericValue gv2)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
java.util.Comparator
int
|
compare(T arg0, T arg1)
|
boolean
|
equals(Object arg0)
|
|
Public Constructors
public
OfBizDateFieldComparator
(String fieldName)
Public Methods
public
int
compare
(GenericValue gv1, GenericValue gv2)