Class VectorFactory<T extends Vector>

  • Type Parameters:
    T -

    public abstract class VectorFactory<T extends Vector>
    extends java.lang.Object
    An abstract vector factory.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Class<T> outputClass  
    • Constructor Summary

      Constructors 
      Constructor Description
      VectorFactory()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract T apply​(int length)  
      • Methods inherited from class java.lang.Object

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

      • outputClass

        public final java.lang.Class<T extends Vector> outputClass
    • Constructor Detail

      • VectorFactory

        public VectorFactory()
    • Method Detail

      • apply

        public abstract T apply​(int length)