Class MultiReaderUnifiedSet.UntouchableIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.UntouchableIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- MultiReaderUnifiedSet<T>
private static final class MultiReaderUnifiedSet.UntouchableIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
UntouchableIterator(java.util.Iterator<T> newDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
becomeUseless()
boolean
hasNext()
T
next()
void
remove()
-
-
-
Field Detail
-
delegate
private java.util.Iterator<T> delegate
-
-
Constructor Detail
-
UntouchableIterator
private UntouchableIterator(java.util.Iterator<T> newDelegate)
-
-