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

Method readBoolean

code/algs4/BinaryStdIn.java:91–97  ·  view source on GitHub ↗

Reads the next bit of data from standard input and return as a boolean. @return the next bit of data from standard input as a boolean @throws NoSuchElementException if standard input is empty

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

mainMethod · 0.95
readCharMethod · 0.95
readIntMethod · 0.95

Calls 2

isEmptyMethod · 0.95
fillBufferMethod · 0.95

Tested by

no test coverage detected