public class ArrayIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>, java.io.Serializable
Constructor and Description |
---|
ArrayIterator(E[] array) |
ArrayIterator(E[] array,
int offset,
int len) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
public ArrayIterator(E[] array)
public ArrayIterator(E[] array, int offset, int len)
public boolean hasNext()
hasNext
in interface java.util.Iterator<E>
public E next() throws java.util.NoSuchElementException
next
in interface java.util.Iterator<E>
java.util.NoSuchElementException
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<E>
java.lang.UnsupportedOperationException
Copyright © 2003-present Jodd Team