lumis.util
Class CollectionIterableWrapper<T>

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

public class CollectionIterableWrapper<T>
extends java.lang.Object
implements java.lang.Iterable<T>


Constructor Summary
CollectionIterableWrapper(java.util.Collection<T> collection)
           
 
Method Summary
 java.util.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(java.util.Collection<T> collection)
Method Detail

iterator

public java.util.Iterator<T> iterator()
Specified by:
iterator in interface java.lang.Iterable<T>


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.