(Object key)
| 15 | public interface ITransientSet extends ITransientCollection, Counted{ |
| 16 | public ITransientSet disjoin(Object key) ; |
| 17 | public boolean contains(Object key); |
| 18 | public Object get(Object key); |
| 19 | } |
no outgoing calls
no test coverage detected