public class ImmutableIterable<T> extends Object implements Iterable<T>
ImmutableIterable(Collection<T> delegate)
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImmutableIterable(Collection<T> delegate)
public Iterator<T> iterator()
iterator
Iterable<T>
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.