Class UnmodifiableDeque.UnmodifiableIterator
- java.lang.Object
-
- org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
-
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
- UnmodifiableDeque<T>
@ThreadSafe private class UnmodifiableDeque.UnmodifiableIterator extends Object implements Iterator<T>
Provides anIteratorimplementation that cannot be used to modify the underlyingCollection.- Since:
- 2.1.4
- Version:
- $Id: UnmodifiableDeque.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- Colin DuPlantis
-
-
Constructor Summary
Constructors Modifier Constructor Description privateUnmodifiableIterator(Deque<T> inCollection, boolean inIsDescending)Create a new UnmodifiableIterator instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-