private static class WeakConcurrentSet.ReducingIterator<V>
extends java.lang.Object
implements java.util.Iterator<V>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<java.util.Map.Entry<V,java.lang.Boolean>> |
iterator |
Modifier | Constructor and Description |
---|---|
private |
ReducingIterator(java.util.Iterator<java.util.Map.Entry<V,java.lang.Boolean>> iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
V |
next() |
void |
remove() |