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