- hasArray() - Method in class java.nio.Buffer
-
Tells whether or not this buffer is backed by an accessible array.
- hasArray() - Method in class java.nio.ByteBuffer
-
Tells whether or not this buffer is backed by an accessible byte
array.
- hasArray() - Method in class java.nio.CharBuffer
-
Tells whether or not this buffer is backed by an accessible char
array.
- hasArray() - Method in class java.nio.DoubleBuffer
-
Tells whether or not this buffer is backed by an accessible double
array.
- hasArray() - Method in class java.nio.FloatBuffer
-
Tells whether or not this buffer is backed by an accessible float
array.
- hasArray() - Method in class java.nio.IntBuffer
-
Tells whether or not this buffer is backed by an accessible int
array.
- hasArray() - Method in class java.nio.LongBuffer
-
Tells whether or not this buffer is backed by an accessible long
array.
- hasArray() - Method in class java.nio.ShortBuffer
-
Tells whether or not this buffer is backed by an accessible short
array.
- hashCode() - Method in class java.nio.ByteBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.CharBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.DoubleBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.FloatBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.IntBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.LongBuffer
-
Returns the current hash code of this buffer.
- hashCode() - Method in class java.nio.ShortBuffer
-
Returns the current hash code of this buffer.
- hasRemaining() - Method in class java.nio.Buffer
-
Tells whether there are any elements between the current position and the limit.