Class DynamicUserDefinedPredicateFactory.ClauseActionIterator
java.lang.Object
org.projog.core.predicate.udp.DynamicUserDefinedPredicateFactory.ClauseActionIterator
- All Implemented Interfaces:
Iterator<ClauseAction>
- Enclosing class:
DynamicUserDefinedPredicateFactory
private static class DynamicUserDefinedPredicateFactory.ClauseActionIterator
extends Object
implements Iterator<ClauseAction>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
next
-
-
Constructor Details
-
ClauseActionIterator
ClauseActionIterator(DynamicUserDefinedPredicateFactory.ClauseActionMetaData first)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ClauseAction>
-
next
need to call getFree on result- Specified by:
nextin interfaceIterator<ClauseAction>
-