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
  • Constructor Details

    • IteratorIterable

      public IteratorIterable(Iterator<T> iterator)
  • Method Details