Package org.drools.core.util
Class LinkedList.LinkedListFastIterator
java.lang.Object
org.drools.core.util.LinkedList.LinkedListFastIterator
- All Implemented Interfaces:
FastIterator<TupleImpl>
- Enclosing class:
- LinkedList<T extends DoubleLinkedEntry<T>>
public static class LinkedList.LinkedListFastIterator
extends Object
implements FastIterator<TupleImpl>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.core.util.FastIterator
FastIterator.IteratorAdapter<T>, FastIterator.NullFastIterator<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LinkedListFastIterator
public LinkedListFastIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceFastIterator<TupleImpl>
-
isFullIterator
public boolean isFullIterator()- Specified by:
isFullIteratorin interfaceFastIterator<TupleImpl>
-