Package org.multiverse.api.collections
Interface TxnStack<E>
- Type Parameters:
E-
- All Superinterfaces:
Collection<E>,Iterable<E>,TxnCollection<E>,TxnIterable<E>
- All Known Implementing Classes:
NaiveTxnStack
-
Method Summary
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, 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