Package org.multiverse.api.collections
Interface TxnSet<E>
- All Superinterfaces:
Collection<E>,Iterable<E>,Set<E>,TxnCollection<E>,TxnIterable<E>
- All Known Implementing Classes:
NaiveTxnHashSet
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayMethods inherited from interface org.multiverse.api.collections.TxnCollection
add, addAll, addAll, addAll, clear, contains, containsAll, getStm, isEmpty, remove, size, toStringMethods inherited from interface org.multiverse.api.collections.TxnIterable
iterator, iterator