Package | Description |
---|---|
org.multiverse.collections |
Modifier and Type | Method and Description |
---|---|
<E> NaiveTxnLinkedList<E> |
NaiveTxnCollectionFactory.newDeque() |
<E> NaiveTxnLinkedList<E> |
NaiveTxnCollectionFactory.newDeque(int capacity) |
<E> NaiveTxnLinkedList<E> |
NaiveTxnCollectionFactory.newLinkedList() |
<E> NaiveTxnLinkedList<E> |
NaiveTxnCollectionFactory.newQueue() |
<E> NaiveTxnLinkedList<E> |
NaiveTxnCollectionFactory.newQueue(int capacity) |
Copyright © 2020. All rights reserved.