public class EuiComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>
History:
EuiRecord| Constructor and Description |
|---|
EuiComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(T o1,
T o2)
Compare two object o1 and o2.
|
public int compare(T o1, T o2)
compare in interface java.util.Comparator<T>o1 - first object to be comparedo2 - second object to be compared Submit a bug or feature
Copyright © 2020 National Library of Medicine