@Immutable public class CookieIdentityComparator extends java.lang.Object implements java.io.Serializable, java.util.Comparator<Cookie>
Cookies are considered identical if their names are equal and their domain attributes match ignoring case.
| Constructor and Description |
|---|
CookieIdentityComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Cookie c1,
Cookie c2) |