{@inheritDoc}
(T t)
| 40 | public interface IgniteSet<T> extends Set<T>, Closeable { |
| 41 | /** {@inheritDoc} */ |
| 42 | @Override boolean add(T t) throws IgniteException; |
| 43 | |
| 44 | /** {@inheritDoc} */ |
| 45 | @Override boolean addAll(Collection<? extends T> c) throws IgniteException; |
no outgoing calls