Uses of Class
edu.rit.mp.Signed16BitIntegerBuf
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of Signed16BitIntegerBuf in edu.rit.mp
Modifier and TypeMethodDescriptionstatic Signed16BitIntegerBuf
Signed16BitIntegerBuf.buffer
(int[] theArray) Create a buffer for the entire given integer array.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.buffer
(int[][] theMatrix) Create a buffer for the entire given integer matrix.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.buffer
(SharedIntegerArray theArray) Create a buffer for the entire given shared integer array.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.colSliceBuffer
(int[][] theMatrix, Range theColRange) Create a buffer for one column slice of the given integer matrix.static Signed16BitIntegerBuf[]
Signed16BitIntegerBuf.colSliceBuffers
(int[][] theMatrix, Range[] theColRanges) Create an array of buffers for multiple column slices of the given integer matrix.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.emptyBuffer()
Create an empty buffer.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.patchBuffer
(int[][] theMatrix, Range theRowRange, Range theColRange) Create a buffer for one patch of the given integer matrix.static Signed16BitIntegerBuf[]
Signed16BitIntegerBuf.patchBuffers
(int[][] theMatrix, Range[] theRowRanges, Range[] theColRanges) Create an array of buffers for multiple patches of the given integer matrix.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.rowSliceBuffer
(int[][] theMatrix, Range theRowRange) Create a buffer for one row slice of the given integer matrix.static Signed16BitIntegerBuf[]
Signed16BitIntegerBuf.rowSliceBuffers
(int[][] theMatrix, Range[] theRowRanges) Create an array of buffers for multiple row slices of the given integer matrix.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.sliceBuffer
(int[] theArray, Range theRange) Create a buffer for one slice of the given integer array.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.sliceBuffer
(SharedIntegerArray theArray, Range theRange) Create a buffer for one slice of the given shared integer array.static Signed16BitIntegerBuf[]
Signed16BitIntegerBuf.sliceBuffers
(int[] theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given integer array.static Signed16BitIntegerBuf[]
Signed16BitIntegerBuf.sliceBuffers
(SharedIntegerArray theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given shared integer array.Modifier and TypeMethodDescriptionprotected static void
Signed16BitIntegerBuf.defaultCopy
(Signed16BitIntegerBuf theSrc, Signed16BitIntegerBuf theDst) Copy items from the given source buffer to the given destination buffer. -
Uses of Signed16BitIntegerBuf in edu.rit.mp.buf
Modifier and TypeClassDescriptionclass
Class EmptySigned16BitIntegerBuf provides a signed 16-bit integer buffer that contains no items for messages using the Message Protocol (MP).class
Class SharedSigned16BitIntegerArrayBuf provides a buffer for a multiple thread safe array of signed 16-bit integer items sent or received using the Message Protocol (MP).class
Class SharedSigned16BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of signed 16-bit integer items sent or received using the Message Protocol (MP).class
Class SharedSigned16BitIntegerBuf provides a buffer for a single signed 16-bit integer item sent or received using the Message Protocol (MP).class
Class Signed16BitIntegerArrayBuf provides a buffer for an array of signed 16-bit integer items sent or received using the Message Protocol (MP).class
Class Signed16BitIntegerArrayBuf_1 provides a buffer for an array of signed 16-bit integer items sent or received using the Message Protocol (MP).class
Class Signed16BitIntegerItemBuf provides a buffer for a single signed 16-bit integer item sent or received using the Message Protocol (MP).class
Class Signed16BitIntegerMatrixBuf provides a buffer for a matrix of signed 16-bit integer items sent or received using the Message Protocol (MP).class
Class Signed16BitIntegerMatrixBuf_1 provides a buffer for a matrix of signed 16-bit integer items sent or received using the Message Protocol (MP).