public class SingleUseIterable<T> extends Object implements Iterable<T>
Iterable
static <T> SingleUseIterable<T>
create(Iterator<T> iterator)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> SingleUseIterable<T> create(Iterator<T> iterator)
iterator
public Iterator<T> iterator()
Iterable<T>
Copyright © 2003–2016 Atlassian. All rights reserved.