public class OEGDateComparator extends Object implements Comparator
| Constructor and Description |
|---|
OEGDateComparator()
Constructs a OEGDateComparator
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Object c1,
Object c2)
Compares two origin entry groups, based on the dates of their creation
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic OEGDateComparator()
public int compare(Object c1, Object c2)
compare in interface Comparatorc1 - the first origin entry group to comparec2 - you can't really compare without two origin groupsComparator.compare(java.lang.Object, java.lang.Object)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.