public class IntrusiveCollection.IntrusiveIterator extends Object implements Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<E extends IntrusiveCollection.Element>public E next()
next in interface Iterator<E extends IntrusiveCollection.Element>public void remove()
remove in interface Iterator<E extends IntrusiveCollection.Element>Copyright © 2018 CERN. All Rights Reserved.