public class IdentifiedComparator extends Object implements Comparator<Identified>
Identified objects using their id.| Constructor and Description |
|---|
IdentifiedComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Identified o1,
Identified o2) |
static IdentifiedComparator |
getInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic static IdentifiedComparator getInstance()
public int compare(Identified o1, Identified o2)
compare in interface Comparator<Identified>Comparator.compare(java.lang.Object, java.lang.Object)Copyright © 2010–2016 Henix, henix.fr. All rights reserved.