Uses of Class
dev.nm.misc.datastructure.MathTable.Row
-
Packages that use MathTable.Row Package Description dev.nm.misc.datastructure -
-
Uses of MathTable.Row in dev.nm.misc.datastructure
Methods in dev.nm.misc.datastructure that return MathTable.Row Modifier and Type Method Description MathTable.Row
MathTable. getRowOnOrAfter(double i)
Gets the row corresponding to a row index.MathTable.Row
MathTable. getRowOnOrBefore(double i)
Gets the row corresponding to a row index.Methods in dev.nm.misc.datastructure that return types with arguments of type MathTable.Row Modifier and Type Method Description Iterator<MathTable.Row>
MathTable. getRowsOnOrAfter(double i)
Gets the rows having the row index value equal to or just bigger thani
.Iterator<MathTable.Row>
MathTable. getRowsOnOrBefore(double i)
Gets the rows having the row index value equal to or just smaller thani
.
-