Class ShingleMatrixFilter.Matrix.Column
- java.lang.Object
-
- org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix.Column
-
- Enclosing class:
- ShingleMatrixFilter.Matrix
public class ShingleMatrixFilter.Matrix.Column extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classShingleMatrixFilter.Matrix.Column.Row
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()ShingleMatrixFilter.MatrixgetMatrix()List<ShingleMatrixFilter.Matrix.Column.Row>getRows()booleanisFirst()booleanisLast()voidsetFirst(boolean first)voidsetLast(boolean last)StringtoString()
-
-
-
Method Detail
-
getMatrix
public ShingleMatrixFilter.Matrix getMatrix()
-
getRows
public List<ShingleMatrixFilter.Matrix.Column.Row> getRows()
-
getIndex
public int getIndex()
-
isFirst
public boolean isFirst()
-
setFirst
public void setFirst(boolean first)
-
setLast
public void setLast(boolean last)
-
isLast
public boolean isLast()
-
-