Class ArrayIterable<T>
java.lang.Object
edu.uky.cs.nil.sabre.util.ArrayIterable<T>
- Type Parameters:
T- the component type of the array
- All Implemented Interfaces:
Iterable<T>
-
Constructor Details
-
ArrayIterable
Constructs a new array iterable.- Parameters:
array- the array to make iterable
-
-
Method Details
-
iterator
-