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