public class ImmutableIterable<T> extends Object implements Iterable<T>
Constructor and Description |
---|
ImmutableIterable(Collection<T> delegate) |
Modifier and Type | Method and Description |
---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ImmutableIterable(Collection<T> delegate)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.