public static final class KDTree.DimComparator<L extends RealLocalizable> extends Object implements Comparator<L>
Constructor and Description |
---|
DimComparator(int d) |
Modifier and Type | Method and Description |
---|---|
int |
compare(L o1,
L o2) |
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
public int compare(L o1, L o2)
compare
in interface Comparator<L extends RealLocalizable>
Copyright © 2015–2022 ImgLib2. All rights reserved.