org.bioconductor.packages.rservices
Class RJIntegerArray

java.lang.Object
  extended by org.bioconductor.packages.rservices.RJArray
      extended by org.bioconductor.packages.rservices.RJIntegerArray
All Implemented Interfaces:
java.io.Serializable

public class RJIntegerArray
extends RJArray

See Also:
Serialized Form

Field Summary
protected  int[] value
           
 
Fields inherited from class org.bioconductor.packages.rservices.RJArray
dim, dimnames
 
Constructor Summary
RJIntegerArray()
           
RJIntegerArray(int[] value, int[] dim, java.lang.Object[] dimnames)
           
 
Method Summary
 boolean equals(java.lang.Object inputObject)
           
 int[] getValue()
          Gets the value for this RJIntegerArray.
 void setValue(int[] value)
          Sets the value for this RJIntegerArray.
 java.lang.String toString()
           
 
Methods inherited from class org.bioconductor.packages.rservices.RJArray
getDim, getDimnames, setDim, setDimnames
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected int[] value
Constructor Detail

RJIntegerArray

public RJIntegerArray()

RJIntegerArray

public RJIntegerArray(int[] value,
                      int[] dim,
                      java.lang.Object[] dimnames)
Method Detail

setValue

public void setValue(int[] value)
Sets the value for this RJIntegerArray.

Parameters:
value -

getValue

public int[] getValue()
Gets the value for this RJIntegerArray.

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.