Class ParallelArray.ChannelDescriptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int count  
      int id  
      java.lang.Class<?> type  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelDescriptor​(int id, java.lang.Class<?> type, int count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public int id
      • type

        public java.lang.Class<?> type
      • count

        public int count
    • Constructor Detail

      • ChannelDescriptor

        public ChannelDescriptor​(int id,
                                 java.lang.Class<?> type,
                                 int count)