com.levigo.util.base.collections
Class ArrayIterable<T>

java.lang.Object
  extended by com.levigo.util.base.collections.ArrayIterable<T>
All Implemented Interfaces:
Iterable<T>

public class ArrayIterable<T>
extends Object
implements Iterable<T>


Constructor Summary
ArrayIterable(T[] data)
           
 
Method Summary
 Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayIterable

public ArrayIterable(T[] data)
Method Detail

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.