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

Method readBoolean

code/algs4/In.java:391–398  ·  view source on GitHub ↗

Reads the next token from this input stream, parses it as a boolean (interpreting either "true" or "1" as true, and either "false" or "0" as false). @return the next boolean in this input stream

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

readStringMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected