Package org.multiverse.api.collections
Interface TxnList<E>
- Type Parameters:
E
-
- All Superinterfaces:
Collection<E>
,Iterable<E>
,TxnCollection<E>
,TxnIterable<E>
- All Known Implementing Classes:
NaiveTxnLinkedList
-
Method Summary
Modifier and TypeMethodDescriptionget
(int index) int
int
int
lastIndexOf
(Object item) int
lastIndexOf
(Txn txn, Object item) remove
(int index) 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, toArray
Methods inherited from interface org.multiverse.api.collections.TxnCollection
add, addAll, addAll, addAll, clear, contains, containsAll, getStm, isEmpty, remove, size, toString
Methods inherited from interface org.multiverse.api.collections.TxnIterable
iterator, iterator
-
Method Details
-
indexOf
-
indexOf
-
lastIndexOf
-
lastIndexOf
-
get
-
get
-
set
-
set
-
remove
-
remove
-