MCPcopy Index your code
hub / github.com/antlr/codebuff / hasNext

Method hasNext

output/java8/1.4.13/ArrayIterator.java:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 @Override
53 public boolean hasNext() {
54 return (i+1) < n && n>0;
55 }
56
57 @Override
58 public Object next() {

Callers 14

joinMethod · 0.45
writeIteratorMethod · 0.45
rot_map_iteratorMethod · 0.45
zip_mapMethod · 0.45
addToListMethod · 0.45
firstMethod · 0.45
lastMethod · 0.45
restMethod · 0.45
truncMethod · 0.45
stripMethod · 0.45
reverseMethod · 0.45
lengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected