private static final class Iterables.UnmodifiableIterable<T> extends FluentIterable<T>
Modifier | Constructor and Description |
---|---|
private |
UnmodifiableIterable(java.lang.Iterable<T> iterable) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |
java.lang.String |
toString()
Returns a string representation of this fluent iterable, with the format
[e1, e2, ..., en] . |
allMatch, anyMatch, append, append, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, join, last, limit, of, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex
private final java.lang.Iterable<T> iterable
private UnmodifiableIterable(java.lang.Iterable<T> iterable)
public java.util.Iterator<T> iterator()
public java.lang.String toString()
FluentIterable
[e1, e2, ..., en]
.toString
in class FluentIterable<T>