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

Method hasNextChar

code/algs4/In.java:258–263  ·  view source on GitHub ↗

Returns true if this input stream 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 this input stream has more input (including whitespa

()

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