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

Method hasNextLine

code/algs4/In.java:246–248  ·  view source on GitHub ↗

Returns true if this input stream has a next line. Use this method to know whether the next call to #readLine() will succeed. This method is functionally equivalent to #hasNextChar(). @return true if this input stream has more input (including whitespace); {@code fal

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

SymbolDigraphMethod · 0.95
SymbolGraphMethod · 0.95
readAllLinesMethod · 0.95
readAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected