Descripción
Sintaxis
public abstract ShortBuffer put(int index, short s)
public abstract ShortBuffer put(short s)
public final ShortBuffer put(short[] src)
public ShortBuffer put(short[] src, int offset, int length)
public ShortBuffer put(ShortBuffer src)
Parámetros
- short s,
- int length,
- int offset,
- short[] src,
- ShortBuffer src,
- int index,
Excepciones
BufferOverflowException, IndexOutOfBoundsException, ReadOnlyBufferException, IllegalArgumentException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.