public class RandomComparator<T,V extends java.lang.Comparable<V>> extends java.lang.Object implements java.util.Comparator<Node<T,V>>
RandomComparator()
int
compare(Node<T,V> first, Node<T,V> second)
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 RandomComparator()
public int compare(Node<T,V> first, Node<T,V> second)
compare
java.util.Comparator<Node<T,V extends java.lang.Comparable<V>>>
first
second