Descripción
Sintaxis
public abstract LongBuffer put(int index, long l)
public abstract LongBuffer put(long l)
public final LongBuffer put(long[] src)
public LongBuffer put(long[] src, int offset, int length)
public LongBuffer put(LongBuffer src)
Parámetros
- long l,
- long[] src,
- int length,
- int offset,
- LongBuffer 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.