(ISet<T> otherSet)
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected