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

Method readAllInts

code/algs4/StdIn.java:445–451  ·  view source on GitHub ↗

Reads all remaining tokens from standard input, parses them as integers, and returns them as an array of integers. @return all remaining integers on standard input, as an array @throws InputMismatchException if any token cannot be parsed as an int

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readIntsMethod · 0.95

Calls 1

readAllStringsMethod · 0.95

Tested by

no test coverage detected