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