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

Method hasNext

corpus/java/training/guava/base/Converter.java:206–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204 private final Iterator<? extends A> fromIterator = fromIterable.iterator();
205
206 @Override
207 public boolean hasNext() {
208 return fromIterator.hasNext();
209 }
210
211 @Override
212 public B next() {

Callers 6

doEquivalentMethod · 0.45
appendToMethod · 0.45
appendToMethod · 0.45
computeNextMethod · 0.45
splitToListMethod · 0.45
splitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected