Uses of Class
plugins.adufour.vars.lang.VarGenericArray

Packages that use VarGenericArray
plugins.adufour.vars.lang   
 

Uses of VarGenericArray in plugins.adufour.vars.lang
 

Subclasses of VarGenericArray in plugins.adufour.vars.lang
 class VarArray<T>
          Convenience class defining a generic array of elements based on the specified inner type.
The type of the underlying array cannot be changed.
 class VarDoubleArray
          Deprecated. For optimized performances on large arrays, consider using the VarDoubleArrayNative instead
 class VarDoubleArrayNative
          Class defining a variable with a native array of type double[].
 class VarFileArray
          Specialized implementation of Var to manipulate file arrays
 class VarFloatArray
          Deprecated. For optimized performances on large arrays, consider using the VarFloatArrayNative instead
 class VarFloatArrayNative
          Class defining a variable with a native array of type float[].
 class VarIntegerArray
          Deprecated. For optimized performances on large arrays, consider using the VarIntegerArrayNative instead
 class VarIntegerArrayNative
          Class defining a variable with a native array of type int[].
 class VarROIArray
           
 class VarSequenceArray