public abstract class ArrayIndexComparator<T extends Number> extends Object implements Comparator<Integer>
| Constructor and Description |
|---|
ArrayIndexComparator(T... array) |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
compare(Integer index1,
Integer index2) |
Integer[] |
createIndexArray() |
void |
setArray(T... array) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic ArrayIndexComparator(T... array)
Copyright © 2016. All Rights Reserved.