Class AbstractNativeType<T extends AbstractNativeType<T>>

    • Field Detail

      • i

        protected final Index i
    • Constructor Detail

      • AbstractNativeType

        protected AbstractNativeType()
    • Method Detail

      • index

        public Index index()
        Description copied from interface: NativeType
        Get the (modifiable) index into the current data array. The returned instance will always be the same for the same Type.
        Specified by:
        index in interface NativeType<T extends AbstractNativeType<T>>