public class ShingleMatrixFilter.Matrix.Column
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ShingleMatrixFilter.Matrix.Column.Row |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
ShingleMatrixFilter.Matrix |
getMatrix() |
java.util.List |
getRows() |
boolean |
isFirst() |
boolean |
isLast() |
void |
setFirst(boolean first) |
void |
setLast(boolean last) |
java.lang.String |
toString() |
public Column(Token token)
public Column()
public ShingleMatrixFilter.Matrix getMatrix()
public java.util.List getRows()
public int getIndex()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isFirst()
public void setFirst(boolean first)
public void setLast(boolean last)
public boolean isLast()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.