E
public class ReverseComparator<E> extends Object implements Comparator<E>, Serializable
ReverseComparator(Comparator<? super E> comparator)
int
compare(E o1, E o2)
boolean
equals(Object object)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public ReverseComparator(Comparator<? super E> comparator)
public int compare(E o1, E o2)
compare
Comparator<E>
public int hashCode()
hashCode
Object
public boolean equals(Object object)
equals
Copyright © 2018. All rights reserved.