public static final class Format.DecreasingBandwidthComparator extends Object implements Comparator<Format>
Format
objects in order of decreasing bandwidth.Constructor and Description |
---|
DecreasingBandwidthComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Format a,
Format b) |
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 int compare(Format a, Format b)
compare
in interface Comparator<Format>