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

Method hasNextChar

code/algs4/StdIn.java:255–260  ·  view source on GitHub ↗

Returns true if standard input has more inputy (including whitespace). Use this method to know whether the next call to #readChar() will succeed. This method is functionally equivalent to #hasNextLine(). @return true if standard input has more input (including whitespace);

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

hasNextMethod · 0.45

Tested by

no test coverage detected