public class ShingleMatrixFilter.Matrix.Column extends Object
Modifier and Type | Class | Description |
---|---|---|
class |
ShingleMatrixFilter.Matrix.Column.Row |
Constructor | Description |
---|---|
Column() |
|
Column(org.apache.lucene.analysis.Token token) |
Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.