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

/libcore/luni/src/main/java/java/nio/
H A DDoubleBuffer.java291 public final boolean hasArray() { method in class:DoubleBuffer
352 * Child class implements this method to realize {@code hasArray()}.
354 * @see #hasArray()
H A DFloatBuffer.java292 public final boolean hasArray() { method in class:FloatBuffer
351 * Child class implements this method to realize {@code hasArray()}.
353 * @return see {@code hasArray()}
H A DIntBuffer.java278 public final boolean hasArray() { method in class:IntBuffer
337 * Child class implements this method to realize {@code hasArray()}.
339 * @return see {@code hasArray()}
H A DLongBuffer.java280 public final boolean hasArray() { method in class:LongBuffer
341 * Child class implements this method to realize {@code hasArray()}.
343 * @return see {@code hasArray()}
H A DShortBuffer.java281 public final boolean hasArray() { method in class:ShortBuffer
340 * Child class implements this method to realize {@code hasArray()}.
342 * @return see {@code hasArray()}
H A DBuffer.java114 * <p>Use {@code hasArray} to ensure this method won't throw.
132 * <p>Use {@code hasArray} to ensure this method won't throw.
245 public abstract boolean hasArray(); method in class:Buffer
H A DByteBuffer.java596 public final boolean hasArray() { method in class:ByteBuffer
676 * Child class implements this method to realize {@code hasArray()}.
678 * @see #hasArray()
H A DCharBuffer.java346 public final boolean hasArray() { method in class:CharBuffer
414 * Child class implements this method to realize {@code hasArray()}.
416 * @see #hasArray()

Completed in 111 milliseconds