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

Method hasMoreElements

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

Source from the content-addressed store, hash-verified

1145 checkNotNull(iterator);
1146 return new Enumeration<T>() {
1147 @Override
1148 public boolean hasMoreElements() {
1149 return iterator.hasNext();
1150 }
1151
1152 @Override
1153 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