Class AbstractNumericComposite<T extends NumericType<T>,​C extends AbstractNumericComposite<T,​C>>

    • Field Detail

      • length

        protected final int length
      • iterator

        protected final java.util.Iterator<T extends NumericType<T>> iterator
    • Constructor Detail

      • AbstractNumericComposite

        public AbstractNumericComposite​(RandomAccess<T> sourceAccess,
                                        int length)