Uses of Interface
org.apache.activemq.artemis.utils.collections.ResettableIterator
Packages that use ResettableIterator
Package
Description
-
Uses of ResettableIterator in org.apache.activemq.artemis.core.server.impl
Subinterfaces of ResettableIterator in org.apache.activemq.artemis.core.server.implClasses in org.apache.activemq.artemis.core.server.impl that implement ResettableIteratorModifier and TypeClassDescriptionclassQueueConsumersImpl<T extends PriorityAware>This class's purpose is to hold the consumers. -
Uses of ResettableIterator in org.apache.activemq.artemis.utils.collections
Classes in org.apache.activemq.artemis.utils.collections that implement ResettableIteratorModifier and TypeClassDescriptionclassProvides an Array Iterator that is able to reset, allowing you to iterate over the full array.classExtends MultiIterator, adding the ability if the underlying iterators are resettable, then its self can reset.classclassMethods in org.apache.activemq.artemis.utils.collections that return ResettableIteratorModifier and TypeMethodDescriptionstatic <E> ResettableIterator<E>ArrayResettableIterator.iterator(Collection<E> collection) PriorityCollection.resettableIterator()Methods in org.apache.activemq.artemis.utils.collections with parameters of type ResettableIteratorModifier and TypeMethodDescriptionvoidUpdatableIterator.update(ResettableIterator<E> iterator) This can be called by another thread.Constructors in org.apache.activemq.artemis.utils.collections with parameters of type ResettableIteratorModifierConstructorDescriptionMultiResettableIterator(ResettableIterator<E>[] iterators) RepeatableIteratorWrapper(ResettableIterator<E> iterator) UpdatableIterator(ResettableIterator<E> iterator)