protected static class LFUQueue.LFUComparator extends Object implements Comparator<NodeEntry>
Modifier | Constructor and Description |
---|---|
protected |
LFUComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(NodeEntry ne1,
NodeEntry ne2) |
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(NodeEntry ne1, NodeEntry ne2)
compare
in interface Comparator<NodeEntry>
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.