public class DataMatrix extends Object
DataMatrix(List<Target> columnTargets, List<Target> rowTargets, List<List<Number>> values)
boolean
equals(Object obj)
List<Target>
getColumnTargets()
getRowTargets()
List<List<Number>>
getValues()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public DataMatrix(List<Target> columnTargets, List<Target> rowTargets, List<List<Number>> values)
public List<Target> getColumnTargets()
public List<Target> getRowTargets()
public List<List<Number>> getValues()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2015. All Rights Reserved.