()
| 10 | T Remove(T t) throws NoSuchElementException, IllegalArgumentException; |
| 11 | ISet<T> Intersect(ISet<T> otherSet) throws IllegalArgumentException; |
| 12 | Iterable<T> Values(); |
| 13 | Iterable<T> OrderedValues(boolean firstToLast); |
| 14 | Integer Size(); |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected