Package org.apache.commons.collections4
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.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, zip
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
unmodifiable
-
-
Constructor Details
-
UnmodifiableIterable
-
-
Method Details
-
iterator
Description copied from class:FluentIterable
-