Uses of Class
edu.rit.mp.Unsigned16BitIntegerBuf
Packages that use Unsigned16BitIntegerBuf
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of Unsigned16BitIntegerBuf in edu.rit.mp
Methods in edu.rit.mp that return Unsigned16BitIntegerBufModifier and TypeMethodDescriptionstatic Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.buffer
(int[] theArray) Create a buffer for the entire given integer array.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.buffer
(int[][] theMatrix) Create a buffer for the entire given integer matrix.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.buffer
(SharedIntegerArray theArray) Create a buffer for the entire given shared integer array.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.colSliceBuffer
(int[][] theMatrix, Range theColRange) Create a buffer for one column slice of the given integer matrix.static Unsigned16BitIntegerBuf[]
Unsigned16BitIntegerBuf.colSliceBuffers
(int[][] theMatrix, Range[] theColRanges) Create an array of buffers for multiple column slices of the given integer matrix.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.emptyBuffer()
Create an empty buffer.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.patchBuffer
(int[][] theMatrix, Range theRowRange, Range theColRange) Create a buffer for one patch of the given integer matrix.static Unsigned16BitIntegerBuf[]
Unsigned16BitIntegerBuf.patchBuffers
(int[][] theMatrix, Range[] theRowRanges, Range[] theColRanges) Create an array of buffers for multiple patches of the given integer matrix.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.rowSliceBuffer
(int[][] theMatrix, Range theRowRange) Create a buffer for one row slice of the given integer matrix.static Unsigned16BitIntegerBuf[]
Unsigned16BitIntegerBuf.rowSliceBuffers
(int[][] theMatrix, Range[] theRowRanges) Create an array of buffers for multiple row slices of the given integer matrix.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.sliceBuffer
(int[] theArray, Range theRange) Create a buffer for one slice of the given integer array.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.sliceBuffer
(SharedIntegerArray theArray, Range theRange) Create a buffer for one slice of the given shared integer array.static Unsigned16BitIntegerBuf[]
Unsigned16BitIntegerBuf.sliceBuffers
(int[] theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given integer array.static Unsigned16BitIntegerBuf[]
Unsigned16BitIntegerBuf.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 Unsigned16BitIntegerBufModifier and TypeMethodDescriptionprotected static void
Unsigned16BitIntegerBuf.defaultCopy
(Unsigned16BitIntegerBuf theSrc, Unsigned16BitIntegerBuf theDst) Copy items from the given source buffer to the given destination buffer. -
Uses of Unsigned16BitIntegerBuf in edu.rit.mp.buf
Subclasses of Unsigned16BitIntegerBuf in edu.rit.mp.bufModifier and TypeClassDescriptionclass
Class EmptyUnsigned16BitIntegerBuf provides an unsigned 16-bit integer buffer that contains no items for messages using the Message Protocol (MP).class
Class SharedUnsigned16BitIntegerArrayBuf provides a buffer for a multiple thread safe array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).class
Class SharedUnsigned16BitIntegerArrayBuf_1 provides a buffer for a multiple thread safe array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).class
Class SharedUnsigned16BitIntegerBuf provides a buffer for a shared unsigned 16-bit integer item sent or received using the Message Protocol (MP).class
Class Unsigned16BitIntegerArrayBuf provides a buffer for an array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).class
Class Unsigned16BitIntegerArrayBuf_1 provides a buffer for an array of unsigned 16-bit integer items sent or received using the Message Protocol (MP).class
Class Unsigned16BitIntegerItemBuf provides a buffer for a single unsigned 16-bit integer item sent or received using the Message Protocol (MP).class
Class Unsigned16BitIntegerMatrixBuf provides a buffer for a matrix of unsigned 16-bit integer items sent or received using the Message Protocol (MP).class
Class Unsigned16BitIntegerMatrixBuf_1 provides a buffer for a matrix of unsigned 16-bit integer items sent or received using the Message Protocol (MP).