Searched defs:hasArray (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DBuffer.java108 * <p>Use {@code hasArray} to ensure this method won't throw.
126 * <p>Use {@code hasArray} to ensure this method won't throw.
239 public abstract boolean hasArray(); method in class:Buffer
H A DDoubleBuffer.java289 public final boolean hasArray() { method in class:DoubleBuffer
350 * Child class implements this method to realize {@code hasArray()}.
352 * @see #hasArray()
H A DFloatBuffer.java290 public final boolean hasArray() { method in class:FloatBuffer
349 * Child class implements this method to realize {@code hasArray()}.
351 * @return see {@code hasArray()}
H A DIntBuffer.java276 public final boolean hasArray() { method in class:IntBuffer
335 * Child class implements this method to realize {@code hasArray()}.
337 * @return see {@code hasArray()}
H A DLongBuffer.java278 public final boolean hasArray() { method in class:LongBuffer
339 * Child class implements this method to realize {@code hasArray()}.
341 * @return see {@code hasArray()}
H A DShortBuffer.java279 public final boolean hasArray() { method in class:ShortBuffer
338 * Child class implements this method to realize {@code hasArray()}.
340 * @return see {@code hasArray()}
H A DByteBuffer.java588 @Override public final boolean hasArray() { method in class:ByteBuffer
685 * Child class implements this method to realize {@code hasArray()}.
687 * @see #hasArray()
H A DCharBuffer.java335 public final boolean hasArray() { method in class:CharBuffer
403 * Child class implements this method to realize {@code hasArray()}.
405 * @see #hasArray()

Completed in 394 milliseconds