public interface TIterator<E>
default void
forEachRemaining(Consumer<? super E> action)
boolean
hasNext()
E
next()
void
remove()
boolean hasNext()
E next()
void remove()
default void forEachRemaining(Consumer<? super E> action)
Copyright © 2019. All rights reserved.