MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / equals

Method equals

src/main/java/org/htmlunit/Cache.java:92–95  ·  view source on GitHub ↗

{@inheritDoc}

(final Object obj)

Source from the content-addressed store, hash-verified

90 * {@inheritDoc}
91 */
92 @Override
93 public boolean equals(final Object obj) {
94 return obj instanceof Entry e && lastAccess_ == e.lastAccess_;
95 }
96
97 /**
98 * {@inheritDoc}

Callers 15

mainMethod · 0.45
provideElementsMethod · 0.45
getStreamMethod · 0.45
isFalseMethod · 0.45
getContentCharsetMethod · 0.45
handleRefreshMethod · 0.45
setUrlMethod · 0.45
removeDotsMethod · 0.45
getCookieMethod · 0.45
determinePageTypeMethod · 0.45
createPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected