Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anchals24/Low-Level-Design
/ Aggregator
Interface
Aggregator
IteratorDesignPattern/Aggregator.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
BehaviouralDesignPatterns.IteratorDesignPattern;
2
3
public
interface
Aggregator {
4
Iterator createIterator();
5
}
Callers
nothing calls this directly
Implementers
1
LibraryAggregator
IteratorDesignPattern/LibraryAggregato
Calls
no outgoing calls
Tested by
no test coverage detected