T - the type of the encapsulated iteratorpublic final class UnmodifiableIterator<T> extends Object implements Iterator<T>
UnsupportedOperationException.
This class is thread-safe.
| Constructor and Description |
|---|
UnmodifiableIterator(Iterator<T> encapsulatedIterator)
Constructs a new unmodifiable iterator.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.