public final class GenericIterator<T> extends Object
Constructor and Description |
---|
GenericIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
GenericIterator<T> |
reset(Collection<T> data) |
GenericIterator<T> |
reset(Map<T,?> data) |
GenericIterator<T> |
reset(T data) |
GenericIterator<T> |
reset(T[] data) |
GenericIterator<T> |
reset(T[] data,
int off,
int len) |
public GenericIterator<T> reset(T[] data)
public GenericIterator<T> reset(T data)
public GenericIterator<T> reset(T[] data, int off, int len)
public GenericIterator<T> reset(Collection<T> data)
public GenericIterator<T> reset(Map<T,?> data)
public boolean hasNext()
public T next()
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.