public class LookupItemComparator<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> extends Object implements Comparator<LookupItem<T,U>>
Constructor and Description |
---|
LookupItemComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(LookupItem<T,U> item1,
LookupItem<T,U> item2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(LookupItem<T,U> item1, LookupItem<T,U> item2)
compare
in interface Comparator<LookupItem<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>>>
Copyright © 2006–2018 GeoSolutions. All rights reserved.