Searched defs:getComment (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java278 * @see #getComment()
301 public String getComment() { method in class:ZipEntry
H A DZipFile.java291 public String getComment() { method in class:ZipFile
/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java305 * @see #getComment
327 public String getComment() { method in class:HttpCookie
1039 if (cookie.getComment() == null) cookie.setComment(attrValue);

Completed in 79 milliseconds