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

Method readInts

code/algs4/StdIn.java:508–511  ·  view source on GitHub ↗

Reads all remaining tokens, parses them as integers, and returns them as an array of integers. @return all remaining integers, as an array @throws InputMismatchException if any token cannot be parsed as an int @deprecated Replaced by #readAllInts().

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

readAllIntsMethod · 0.95

Tested by

no test coverage detected