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

Method Intersect

CleanCode/src/test/java/FoodPandaTest.java:37–40  ·  view source on GitHub ↗
(ISet<T> otherSet)

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 public ISet<T> Intersect(ISet<T> otherSet) throws IllegalArgumentException {
39 return null;
40 }
41
42 @Override
43 public Iterable<T> Values() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected