public static class Slice.SliceIterator extends Object implements Iterator<Object>
void
forEachRemaining(java.util.function.Consumer<? super Object> action)
boolean
hasNext()
Object
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<Object>
public Object next()
next
public void remove()
remove
public void forEachRemaining(java.util.function.Consumer<? super Object> action)
forEachRemaining
Copyright © 2020. All rights reserved.