Package org.apache.xbean.finder.util
Class SingleLinkedList.Entries
java.lang.Object
org.apache.xbean.finder.util.SingleLinkedList.Entries
- All Implemented Interfaces:
Iterable<SingleLinkedList<E>.Entry<E>>
,Iterator<SingleLinkedList<E>.Entry<E>>
- Enclosing class:
SingleLinkedList<E>
private class SingleLinkedList.Entries
extends Object
implements Iterator<SingleLinkedList<E>.Entry<E>>, Iterable<SingleLinkedList<E>.Entry<E>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
current
-
-
Constructor Details
-
Entries
-
-
Method Details
-
iterator
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-