Class MultiReaderHashBag.UntouchableIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.bag.mutable.MultiReaderHashBag.UntouchableIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- MultiReaderHashBag<T>
private static final class MultiReaderHashBag.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)
-
-