public class ObjArray<T> extends LsaIterator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
nextIteration() |
next, removepublic ObjArray(@NotNull
T[] elements)
public boolean hasNext()
public T nextIteration()
nextIteration in class LsaIterator<T>