Searched refs:CookiePathComparator (Results 1 – 1 of 1) sorted by relevance
416 Collections.sort(cookies, new CookiePathComparator()); in sortByPath()449 static class CookiePathComparator implements Comparator<HttpCookie> { class in CookieManager