Package io.microsphere.collection
Class IterableAdapter<T>
- java.lang.Object
-
- io.microsphere.collection.IterableAdapter<T>
-
- Type Parameters:
T
- the type of elements returned by the iterator
- All Implemented Interfaces:
java.lang.Iterable<T>
public class IterableAdapter<T> extends java.lang.Object implements java.lang.Iterable<T>
Iterable
Adapter viaIterator
- Since:
- 1.0.0
- Author:
- Mercy
-
-
Constructor Summary
Constructors Constructor Description IterableAdapter(java.util.Iterator<T> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>
iterator()
-