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

Method createIterator

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

Source from the content-addressed store, hash-verified

2
3public interface Aggregator {
4 Iterator createIterator();
5}

Callers

nothing calls this directly

Implementers 1

LibraryAggregatorIteratorDesignPattern/LibraryAggregato

Calls

no outgoing calls

Tested by

no test coverage detected