private static final class IterableUtils.UnmodifiableIterable<E> extends FluentIterable<E>
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<E> |
unmodifiable |
Constructor and Description |
---|
UnmodifiableIterable(java.lang.Iterable<E> iterable) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<E> |
iterator() |
allMatch, anyMatch, append, append, asEnumeration, collate, collate, contains, copyInto, empty, eval, filter, forEach, get, isEmpty, limit, loop, of, of, of, reverse, size, skip, toArray, toList, toString, transform, unique, unmodifiable, zip, zip
private final java.lang.Iterable<E> unmodifiable
public UnmodifiableIterable(java.lang.Iterable<E> iterable)
public java.util.Iterator<E> iterator()
FluentIterable
iterator
in interface java.lang.Iterable<E>
iterator
in class FluentIterable<E>