Class AbstractComposite<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get​(long i)
      Get the ith scalar value of the Composite.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • d

        protected final int d
    • Constructor Detail

      • AbstractComposite

        public AbstractComposite​(RandomAccess<T> sourceAccess)
    • Method Detail

      • get

        public T get​(long i)
        Description copied from interface: Composite
        Get the ith scalar value of the Composite.
        Specified by:
        get in interface Composite<T>
        Returns: