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