MCPcopy Index your code
hub / github.com/clojure/clojure / hasNext

Method hasNext

src/jvm/clojure/lang/TransformerIterator.java:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94}
95
96public boolean hasNext() {
97 return step();
98}
99
100public Object next() {
101 if(hasNext()) {

Callers 3

nextMethod · 0.95
stepMethod · 0.45
hasNextMethod · 0.45

Calls 1

stepMethod · 0.95

Tested by

no test coverage detected