public class StoreObjectTimestampComparator extends java.lang.Object implements java.util.Comparator<StoreObject>, java.io.Serializable
| Constructor and Description | 
|---|
StoreObjectTimestampComparator()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compare(StoreObject o1,
       StoreObject o2) | 
boolean | 
equals(java.lang.Object obj) | 
int | 
hashCode() | 
public int compare(StoreObject o1, StoreObject o2)
compare in interface java.util.Comparator<StoreObject>public boolean equals(java.lang.Object obj)
equals in interface java.util.Comparator<StoreObject>equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object