@Contract(threading=STATELESS) public class CookiePriorityComparator extends Object implements Comparator<Cookie>
Modifier and Type | Field and Description |
---|---|
static CookiePriorityComparator |
INSTANCE
Default instance of
CookiePriorityComparator . |
Constructor and Description |
---|
CookiePriorityComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Cookie c1,
Cookie c2) |
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 static final CookiePriorityComparator INSTANCE
CookiePriorityComparator
.public int compare(Cookie c1, Cookie c2)
compare
in interface Comparator<Cookie>
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.