protected class AbstractEngine.PrologProgramIterator extends AbstractIterator<PrologClause> implements Iterator<PrologClause>
Constructor and Description |
---|
PrologProgramIterator(Collection<PrologClause> cls) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
PrologClause |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public PrologProgramIterator(Collection<PrologClause> cls)
public boolean hasNext()
hasNext
in interface Iterator<PrologClause>
public PrologClause next()
next
in interface Iterator<PrologClause>
public void remove()
remove
in interface Iterator<PrologClause>
remove
in class AbstractIterator<PrologClause>
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.