private class NonBlockingSetInt.iter
extends java.lang.Object
implements java.util.Iterator<java.lang.Integer>
Modifier and Type | Field and Description |
---|---|
(package private) int |
_idx |
(package private) NonBlockingSetInt.NBSI |
_nbsi2 |
(package private) int |
_prev |
Constructor and Description |
---|
iter() |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
java.lang.Integer |
next() |
void |
remove() |
NonBlockingSetInt.NBSI _nbsi2
int _idx
int _prev
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Integer>
private void advance()
public java.lang.Integer next()
next
in interface java.util.Iterator<java.lang.Integer>
public void remove()
remove
in interface java.util.Iterator<java.lang.Integer>