Uses of Interface
org.apache.activemq.artemis.utils.collections.ResettableIterator
-
Packages that use ResettableIterator Package Description org.apache.activemq.artemis.utils.collections -
-
Uses of ResettableIterator in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections that implement ResettableIterator Modifier and Type Class Description classArrayResettableIterator<E>Provides an Array Iterator that is able to reset, allowing you to iterate over the full array.classMultiResettableIterator<E>Extends MultiIterator, adding the ability if the underlying iterators are resettable, then its self can reset.classRepeatableIteratorWrapper<E>classUpdatableIterator<E>Methods in org.apache.activemq.artemis.utils.collections that return ResettableIterator Modifier and Type Method Description static <E> ResettableIterator<E>ArrayResettableIterator. iterator(Collection<E> collection)ResettableIterator<E>PriorityCollection. resettableIterator()Methods in org.apache.activemq.artemis.utils.collections with parameters of type ResettableIterator Modifier and Type Method Description voidUpdatableIterator. update(ResettableIterator<E> iterator)This can be called by another thread.Constructors in org.apache.activemq.artemis.utils.collections with parameters of type ResettableIterator Constructor Description MultiResettableIterator(ResettableIterator<E>[] iterators)RepeatableIteratorWrapper(ResettableIterator<E> iterator)UpdatableIterator(ResettableIterator<E> iterator)
-