| Package | Description |
|---|---|
| org.apache.activemq.artemis.utils.collections |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayResettableIterator<E>
Provides an Array Iterator that is able to reset, allowing you to iterate over the full array.
|
class |
MultiResettableIterator<E>
Extends MultiIterator, adding the ability if the underlying iterators are resettable, then its self can reset.
|
class |
RepeatableIteratorWrapper<E> |
class |
UpdatableIterator<E> |
| Modifier and Type | Method and Description |
|---|---|
static <E> ResettableIterator<E> |
ArrayResettableIterator.iterator(Collection<E> collection) |
ResettableIterator<E> |
PriorityCollection.resettableIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatableIterator.update(ResettableIterator<E> iterator)
This can be called by another thread.
|
| Constructor and Description |
|---|
MultiResettableIterator(ResettableIterator<E>[] iterators) |
RepeatableIteratorWrapper(ResettableIterator<E> iterator) |
UpdatableIterator(ResettableIterator<E> iterator) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.