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

Method readAllLongs

code/algs4/StdIn.java:459–465  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

readAllStringsMethod · 0.95

Tested by

no test coverage detected