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
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
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 © 2022. All rights reserved.