public class ShingleMatrixFilter.Matrix.Column extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShingleMatrixFilter.Matrix.Column.Row |
Constructor and Description |
---|
Column() |
Column(org.apache.lucene.analysis.Token token) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
ShingleMatrixFilter.Matrix |
getMatrix() |
List<ShingleMatrixFilter.Matrix.Column.Row> |
getRows() |
boolean |
isFirst() |
boolean |
isLast() |
void |
setFirst(boolean first) |
void |
setLast(boolean last) |
String |
toString() |
public Column(org.apache.lucene.analysis.Token token)
public Column()
public ShingleMatrixFilter.Matrix getMatrix()
public List<ShingleMatrixFilter.Matrix.Column.Row> getRows()
public int getIndex()
public boolean isFirst()
public void setFirst(boolean first)
public void setLast(boolean last)
public boolean isLast()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.