Class ParallelArray.IntChannel

    • Constructor Summary

      Constructors 
      Constructor Description
      IntChannel​(int id, int strideSize, int size)  
    • 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 int[] data
    • Constructor Detail

      • IntChannel

        public IntChannel​(int id,
                          int strideSize,
                          int size)