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

Method readDoubles

code/algs4/StdIn.java:520–523  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

readAllDoublesMethod · 0.95

Tested by

no test coverage detected