MCPcopy Create free account
hub / github.com/ashishps1/awesome-low-level-design / display

Method display

design-patterns/java/proxy/Image.java:2–2  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1public interface Image {
2 void display();
3 String getFileName();
4}

Callers 11

display_profileMethod · 0.65
displayMethod · 0.65
displayMethod · 0.65
mainMethod · 0.65
displayProfileMethod · 0.65
displayMethod · 0.65
displayMethod · 0.65
displayMethod · 0.65
displayMethod · 0.65
main.jsFile · 0.65
displayMethod · 0.65

Implementers 2

ImageProxydesign-patterns/java/proxy/ImageProxy.
HighResolutionImagedesign-patterns/java/proxy/HighResolut

Calls

no outgoing calls

Tested by

no test coverage detected