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

Method isEmpty

code/algs4/In.java:233–235  ·  view source on GitHub ↗

Returns true if input stream is empty (except possibly whitespace). Use this to know whether the next call to #readString(), #readDouble(), etc will succeed. @return true if this input stream is empty (except possibly whitespace); false otherwise

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls 1

hasNextMethod · 0.45

Tested by

no test coverage detected