public class EmptyClosableIterable<T> extends Object implements CloseableIterable<T>
EmptyClosableIterable()
void
close()
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyClosableIterable()
public void close()
close
Closeable
AutoCloseable
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2014–2015. All rights reserved.