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

Method get

code/algs4/Picture.java:257–262  ·  view source on GitHub ↗

Returns the color of pixel (col, row). @param col the column index @param row the row index @return the color of pixel (col, row) @throws IndexOutOfBoundsException unless both 0 <= col < width and 0 <= row < height

(int col, int row)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

equalsMethod · 0.95
PictureMethod · 0.45

Calls 2

validateColMethod · 0.95
validateRowMethod · 0.95

Tested by

no test coverage detected