Class SingletonIterator<E>
java.lang.Object
org.apache.activemq.artemis.utils.collections.SingletonIterator<E>
- All Implemented Interfaces:
Iterator<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoidforEachRemaining(Consumer<? super E> action) booleanhasNext()static <E> Iterator<E>newInstance(E e) next()voidremove()
-
Method Details