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

Method hasMoreElements

output/java_guava/1.4.18/Iterators.java:1146–1149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1144 checkNotNull(iterator);
1145 return new Enumeration<T>() {
1146 @Override
1147 public boolean hasMoreElements() {
1148 return iterator.hasNext();
1149 }
1150
1151 @Override
1152 public T nextElement() {

Callers 3

fromPropertiesMethod · 0.45
hasNextMethod · 0.45
scanJarFileMethod · 0.45

Calls 1

hasNextMethod · 0.45

Tested by

no test coverage detected