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

Method readInt

code/algs4/StdIn.java:330–332  ·  view source on GitHub ↗

Reads the next token from standard input, parses it as an integer, and returns the integer. @return the next integer on standard input @throws NoSuchElementException if standard input is empty @throws InputMismatchException if the next token cannot be parsed as an int

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected