class ShortBufferExtensions extends Object
Instance method extensions to the ShortBuffer class.
| Constructor and description |
|---|
ShortBufferExtensions() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static ShortBuffer |
advance(ShortBuffer self, int n)Advance the internal position of a buffer by the given amount. |
Advance the internal position of a buffer by the given amount. Negative values may be given to move the position backwards.