Uses of Class
edu.rit.mp.Unsigned8BitIntegerBuf
Packages that use 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
Methods in edu.rit.mp that return Unsigned8BitIntegerBufModifier and TypeMethodDescriptionstatic Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.buffer(int[] theArray) Create a buffer for the entire given integer array.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.buffer(int[][] theMatrix) Create a buffer for the entire given integer matrix.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.buffer(SharedInteger item) Create a buffer for a shared integer item.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.buffer(SharedIntegerArray theArray) Create a buffer for the entire given shared integer array.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.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 Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.emptyBuffer()Create an empty buffer.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.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 Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.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 Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.sliceBuffer(int[] theArray, Range theRange) Create a buffer for one slice of the given integer array.static Unsigned8BitIntegerBufUnsigned8BitIntegerBuf.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.Methods in edu.rit.mp with parameters of type Unsigned8BitIntegerBufModifier and TypeMethodDescriptionprotected static voidUnsigned8BitIntegerBuf.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
Subclasses of Unsigned8BitIntegerBuf in edu.rit.mp.bufModifier and TypeClassDescriptionclassClass EmptyUnsigned8BitIntegerBuf provides an unsigned 8-bit integer buffer that contains no items for messages using the Message Protocol (MP).classClass SharedUnsigned8BitIntegerArrayBuf provides a buffer for a multiple thread safe array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).classClass 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).classClass SharedUnsigned8BitIntegerBuf provides a buffer for a single unsigned 8-bit integer item sent or received using the Message Protocol (MP).classClass Unsigned8BitIntegerArrayBuf provides a buffer for an array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).classClass Unsigned8BitIntegerArrayBuf_1 provides a buffer for an array of unsigned 8-bit integer items sent or received using the Message Protocol (MP).classClass Unsigned8BitIntegerItemBuf provides a buffer for a single unsigned 8-bit integer item sent or received using the Message Protocol (MP).classClass Unsigned8BitIntegerMatrixBuf provides a buffer for a matrix of unsigned 8-bit integer items sent or received using the Message Protocol (MP).classClass Unsigned8BitIntegerMatrixBuf_1 provides a buffer for a matrix of unsigned 8-bit integer items sent or received using the Message Protocol (MP).