MCPcopy Create free account
hub / github.com/antlr/codebuff / nextElement

Method nextElement

output/java_guava/1.4.19/Iterators.java:1152–1155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1150 }
1151
1152 @Override
1153 public T nextElement() {
1154 return iterator.next();
1155 }
1156 };
1157 }
1158

Callers 3

fromPropertiesMethod · 0.45
nextMethod · 0.45
scanJarFileMethod · 0.45

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected