org.bioconductor.packages.rservices
Class RJRawMatrix
java.lang.Object
org.bioconductor.packages.rservices.RJMatrix
org.bioconductor.packages.rservices.RJRawMatrix
- All Implemented Interfaces:
- java.io.Serializable
public class RJRawMatrix
- extends RJMatrix
- See Also:
- Serialized Form
Field Summary |
protected byte[] |
value
|
Method Summary |
boolean |
equals(java.lang.Object inputObject)
|
byte[] |
getValue()
Gets the value for this RJRawMatrix. |
void |
setValue(byte[] value)
Sets the value for this RJRawMatrix. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected byte[] value
RJRawMatrix
public RJRawMatrix()
RJRawMatrix
public RJRawMatrix(byte[] value,
int[] dim,
java.lang.Object[] dimnames)
setValue
public void setValue(byte[] value)
- Sets the value for this RJRawMatrix.
- Parameters:
value
-
getValue
public byte[] getValue()
- Gets the value for this RJRawMatrix.
- Returns:
- value
equals
public boolean equals(java.lang.Object inputObject)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright Bioconductor. All Rights Reserved.