public class ArrayEnumerable<T> extends Object implements Enumerable<T>
| Constructor and Description |
|---|
ArrayEnumerable(T[] objects) |
public ArrayEnumerable(T[] objects)
public boolean next()
next in interface Enumerable<T>public T currentValue()
currentValue in interface Enumerable<T>Copyright © 2020. All rights reserved.