org.af.jhlir.call
Interface RVector<WRAPPED_TYPE,ARR_TYPE,EL_TYPE>

Type Parameters:
WRAPPED_TYPE - underlying type of the used backend, see RObj
ARR_TYPE - used Java array to store the data.
EL_TYPE - boxed type of an element of ARR_TYPE. Example: For RInteger ARR_TYPE equals int[] and
All Superinterfaces:
RObj<WRAPPED_TYPE>, RVectorFactor<WRAPPED_TYPE,ARR_TYPE,EL_TYPE>
All Known Subinterfaces:
RChar<WRAPPED_TYPE>, RInteger<WRAPPED_TYPE>, RLogical<WRAPPED_TYPE>, RNumeric<WRAPPED_TYPE>, RNumericRef<WRAPPED_REF,RESOLVED_TYPE>

public interface RVector<WRAPPED_TYPE,ARR_TYPE,EL_TYPE>
extends RVectorFactor<WRAPPED_TYPE,ARR_TYPE,EL_TYPE>

Common interface for RVector Objects.


Method Summary
 
Methods inherited from interface org.af.jhlir.call.RVectorFactor
get, getData, getDataAsList, getDataAsObjArr, getLength, getName, getNames, getNamesAsList, isNA
 
Methods inherited from interface org.af.jhlir.call.RObj
asRChar, asRDataFrame, asREnvironment, asRFactor, asRInteger, asRList, asRLogical, asRMatrixDouble, asRNumeric, asS3Obj, getWrapped