T
public class IndexedComparator<T> extends Object implements Comparator<T>
IndexedComparator(T... objs)
int
compare(T o1, T o2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public IndexedComparator(T... objs)
objs
public int compare(T o1, T o2)
compare
Comparator<T>
Copyright © 2019. All rights reserved.