Class ParallelArray.ObjectChannel<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectChannel​(int id, int strideSize, int size, java.lang.Class<T> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int index, java.lang.Object... objects)  
      void setCapacity​(int requiredCapacity)  
      void swap​(int i, int k)  
      • Methods inherited from class java.lang.Object

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

      • data

        public T[] data
    • Constructor Detail

      • ObjectChannel

        public ObjectChannel​(int id,
                             int strideSize,
                             int size,
                             java.lang.Class<T> type)