MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / equals

Method equals

code/algs4/Picture.java:288–299  ·  view source on GitHub ↗

Returns true if this picture is equal to the argument picture. @param other the other picture @return true if this picture is the same dimension as other and if all pixels have the same color; false otherwise

(Object other)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

widthMethod · 0.95
heightMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected