MCPcopy Create free account
hub / github.com/Anchals24/Low-Level-Design / hasNext

Method hasNext

IteratorDesignPattern/Iterator.java:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3public interface Iterator {
4 boolean hasNext();
5 Object next();
6}

Callers 1

mainMethod · 0.95

Implementers 1

BookIteratorIteratorDesignPattern/BookIterator.jav

Calls

no outgoing calls

Tested by

no test coverage detected