@Deprecated public class GrabberComparator<T,G> extends Object implements Comparator<T>
Modifier and Type | Field and Description |
---|---|
protected Comparator<G> |
comparator
Deprecated.
|
protected GrabberIF<T,G> |
grabber1
Deprecated.
|
protected GrabberIF<T,G> |
grabber2
Deprecated.
|
Constructor and Description |
---|
GrabberComparator(GrabberIF<T,G> grabber,
Comparator<G> comparator)
Deprecated.
|
GrabberComparator(GrabberIF<T,G> grabber1,
GrabberIF<T,G> grabber2,
Comparator<G> comparator)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(T object1,
T object2)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected Comparator<G> comparator
public GrabberComparator(GrabberIF<T,G> grabber, Comparator<G> comparator)
public int compare(T object1, T object2)
compare
in interface Comparator<T>