Class MatrixPathImpl.PathIterator
- java.lang.Object
-
- de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl.MatrixPathImpl.PathIterator
-
- All Implemented Interfaces:
Iterator<MatrixPath.MatrixCellPair>
- Enclosing class:
- MatrixPathImpl
public class MatrixPathImpl.PathIterator extends Object implements Iterator<MatrixPath.MatrixCellPair>
Iterator for the path.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()booleanisCaseStep()booleanisQueryStep()MatrixPath.MatrixCellPairnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<MatrixPath.MatrixCellPair>
-
next
public MatrixPath.MatrixCellPair next()
- Specified by:
nextin interfaceIterator<MatrixPath.MatrixCellPair>
-
isQueryStep
public boolean isQueryStep()
-
isCaseStep
public boolean isCaseStep()
-
-