MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / toString

Method toString

src/gnu/zip/ZipEntry.java:429–432  ·  view source on GitHub ↗

Gets the string representation of this ZipEntry. This is just the name as returned by getName().

()

Source from the content-addressed store, hash-verified

427 * the name as returned by getName().
428 */
429 public String toString()
430 {
431 return name;
432 }
433
434 /**
435 * Gets the hashCode of this ZipEntry. This is just the hashCode

Callers 11

getFontSizesMethod · 0.80
convertUnitsMethod · 0.80
saveBookmarksMethod · 0.80
getTextForBookmarkMethod · 0.80
relativeToAbsoluteURLMethod · 0.80
DictionaryMethod · 0.80
logMethod · 0.80
getMessagesMethod · 0.80
setInputMethod · 0.80
getPropertyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected