Class IterableUtils.UnmodifiableIterable<E>
java.lang.Object
org.apache.commons.collections4.FluentIterable<E>
org.apache.commons.collections4.IterableUtils.UnmodifiableIterable<E>
- All Implemented Interfaces:
Iterable<E>
- Enclosing class:
IterableUtils
Inner class to distinguish unmodifiable instances.
- Since:
- 4.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FluentIterable
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, zipMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
unmodifiable
-
-
Constructor Details
-
UnmodifiableIterable
-
-
Method Details
-
iterator
Description copied from class:FluentIterable
-