org.bioconductor.packages.rservices
Class RJComplexArray
java.lang.Object
org.bioconductor.packages.rservices.RJArray
org.bioconductor.packages.rservices.RJComplexArray
- All Implemented Interfaces:
- java.io.Serializable
public class RJComplexArray
- extends RJArray
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected RJComplex value
RJComplexArray
public RJComplexArray()
RJComplexArray
public RJComplexArray(RJComplex value,
int[] dim,
java.lang.Object[] dimnames)
setValue
public void setValue(RJComplex value)
- Sets the value for this RJComplexArray.
- Parameters:
value
-
getValue
public RJComplex getValue()
- Gets the value for this RJComplexArray.
- 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.