public class TstampComparator extends Object implements Serializable, Comparator<XMLGregorianCalendar>
| Constructor and Description |
|---|
TstampComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(XMLGregorianCalendar tstamp1,
XMLGregorianCalendar tstamp2)
Compares the two instances.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic int compare(XMLGregorianCalendar tstamp1, XMLGregorianCalendar tstamp2)
compare in interface Comparator<XMLGregorianCalendar>tstamp1 - The first tstamp.tstamp2 - The second tstamp.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.