lumis.util
Class CollectionIterableWrapper<T>

Package class diagram package CollectionIterableWrapper
java.lang.Object
  extended by lumis.util.CollectionIterableWrapper<T>
All Implemented Interfaces:
Iterable<T>

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


Constructor Summary
CollectionIterableWrapper(Collection<T> collection)
           
 
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

CollectionIterableWrapper

public CollectionIterableWrapper(Collection<T> collection)
Method Detail

iterator

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.