org.aksw.commons.collections
Class IteratorUtils

java.lang.Object
  extended by org.aksw.commons.collections.IteratorUtils

public class IteratorUtils
extends Object

Created by Claus Stadler Date: Nov 1, 2010 Time: 10:22:25 PM


Constructor Summary
IteratorUtils()
           
 
Method Summary
static
<T> Iterable<T>
makeIterable(Iterator<T> iterator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorUtils

public IteratorUtils()
Method Detail

makeIterable

public static <T> Iterable<T> makeIterable(Iterator<T> iterator)


Copyright © 2011. All Rights Reserved.