public class IterableAdapter<T> extends Object implements Iterable<T>
IterableAdapter(Iterator<T> iter)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IterableAdapter(Iterator<T> iter)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2010-2013 University of Washington CSE. All Rights Reserved.