Package de.regnis.q.sequence.line
Class QSequenceLineResult
- java.lang.Object
-
- de.regnis.q.sequence.line.QSequenceLineResult
-
public final class QSequenceLineResult extends Object
- Author:
- Marc Strapetz
-
-
Constructor Summary
Constructors Constructor Description QSequenceLineResult(List blocks, QSequenceLineCache leftCache, QSequenceLineCache rightCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
List
getBlocks()
QSequenceLineCache
getLeftCache()
QSequenceLineCache
getRightCache()
-
-
-
Constructor Detail
-
QSequenceLineResult
public QSequenceLineResult(List blocks, QSequenceLineCache leftCache, QSequenceLineCache rightCache)
-
-
Method Detail
-
getBlocks
public List getBlocks()
-
getLeftCache
public QSequenceLineCache getLeftCache()
-
getRightCache
public QSequenceLineCache getRightCache()
-
close
public void close() throws IOException
- Throws:
IOException
-
-