public class SparseVectorCell
extends java.lang.Object
Constructor and Description |
---|
SparseVectorCell(int i,
double value) |
SparseVectorCell(SparseVectorCell cell) |
Modifier and Type | Method and Description |
---|---|
SparseVectorCell |
next() |
java.lang.String |
toString() |
public SparseVectorCell(int i, double value)
public SparseVectorCell(SparseVectorCell cell)
public SparseVectorCell next()
public java.lang.String toString()
toString
in class java.lang.Object