Package org.drools.core.util
Class LinkedList.TMSLinkedListFastIterator<K extends SingleLinkedEntry<K>>
java.lang.Object
org.drools.core.util.LinkedList.TMSLinkedListFastIterator<K>
- All Implemented Interfaces:
FastIterator<K>
- Enclosing class:
- LinkedList<T extends DoubleLinkedEntry<T>>
public static class LinkedList.TMSLinkedListFastIterator<K extends SingleLinkedEntry<K>>
extends Object
implements FastIterator<K>
-
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
-
TMSLinkedListFastIterator
public TMSLinkedListFastIterator()
-
-
Method Details
-
next
- Specified by:
nextin interfaceFastIterator<K extends SingleLinkedEntry<K>>
-
isFullIterator
public boolean isFullIterator()- Specified by:
isFullIteratorin interfaceFastIterator<K extends SingleLinkedEntry<K>>
-