Class SingletonIterator<E>
- java.lang.Object
-
- org.apache.activemq.artemis.utils.collections.SingletonIterator<E>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEachRemaining(Consumer<? super E> action)booleanhasNext()static <E> Iterator<E>newInstance(E e)Enext()voidremove()
-