Uses of Interface
plugins.adufour.vars.util.ArrayType

Packages that use ArrayType
plugins.adufour.vars.lang   
 

Uses of ArrayType in plugins.adufour.vars.lang
 

Classes in plugins.adufour.vars.lang that implement ArrayType
 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 VarGenericArray<A>
          Class defining a variable holding an array of arbitrary type (including Java primitives).
 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