java.util.Iterator<E>public class IntrusiveCollection.IntrusiveIterator
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
E |
next() |
|
void |
remove() |
public boolean hasNext()
hasNext in interface java.util.Iterator<E extends IntrusiveCollection.Element>public E next()
next in interface java.util.Iterator<E extends IntrusiveCollection.Element>public void remove()
remove in interface java.util.Iterator<E extends IntrusiveCollection.Element>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.