Class GenericComposite<T>

  • All Implemented Interfaces:
    Composite<T>

    public class GenericComposite<T>
    extends AbstractComposite<T>
    A generic vector of scalars T.
    Author:
    Stephan Saalfeld
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GenericComposite

        public GenericComposite​(RandomAccess<T> sourceAccess)