MCPcopy Create free account
hub / github.com/Freeze777/SDE-Interviewer-Notes / Size

Method Size

CleanCode/src/test/java/FoodPandaTest.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 Iterable<T> Values();
13 Iterable<T> OrderedValues(boolean firstToLast);
14 Integer Size();
15}
16
17class MySet<T> implements ISet<T> {

Callers

nothing calls this directly

Implementers 1

MySetCleanCode/src/test/java/FoodPandaTest.

Calls

no outgoing calls

Tested by

no test coverage detected