Package lumis.util
Class CollectionIterableWrapper<T>
- java.lang.Object
-
- 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
Constructors Constructor Description CollectionIterableWrapper(java.util.Collection<T> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>
iterator()
-