public final class ArrayListEnumerable<T> extends Object implements Enumerable<T>
| Constructor and Description |
|---|
ArrayListEnumerable(ArrayList<T> objects) |
public boolean next()
next in interface Enumerable<T>public T currentValue()
currentValue in interface Enumerable<T>Copyright © 2019. All rights reserved.