©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| java.lang.Object | ||
| org.apache.http.cookie.CookieIdentityComparator | Serializable Comparator<T> | |
This cookie comparator can be used to compare identity of cookies.
Cookies are considered identical if their names are equal and their domain attributes match ignoring case.
| CookieIdentityComparator() |
| int | compare(Cookie c1, Cookie c2) |
Methods inherited
from class
java.lang.Object
Methods inherited
from interface
java.util.Comparator