org.aksw.commons.collections
Class IteratorIterable<T>
java.lang.Object
org.aksw.commons.collections.IteratorIterable<T>
- All Implemented Interfaces:
- Iterable<T>
public class IteratorIterable<T>
- extends Object
- implements Iterable<T>
Created by Claus Stadler
Date: Nov 1, 2010
Time: 10:23:02 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorIterable
public IteratorIterable(Iterator<T> iterator)
iterator
public Iterator<T> iterator()
- Specified by:
iterator in interface Iterable<T>
Copyright © 2012. All Rights Reserved.