Package mpi

Class Int2


  • public final class Int2
    extends Struct
    Struct class for MPI.INT2 datatype.
    • Constructor Detail

      • Int2

        protected Int2​(int intOff,
                       int intSize)
        The struct object will be created only in MPI class.
        Parameters:
        intOff - int offset
        intSize - int size
        See Also:
        MPI.int2
    • Method Detail

      • newData

        protected Int2.Data newData()
        Creates a Data object.
        Specified by:
        newData in class Struct
        Returns:
        new Data object.