org.aksw.commons.collections
Class IteratorIterable<T>

java.lang.Object
  extended by 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


Constructor Summary
IteratorIterable(Iterator<T> iterator)
           
 
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

IteratorIterable

public IteratorIterable(Iterator<T> iterator)
Method Detail

iterator

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


Copyright © 2011. All Rights Reserved.