- DoubleBuffer - Class in java.nio
-
a double buffer.
- duplicate() - Method in class java.nio.ByteBuffer
-
Creates a new byte buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.CharBuffer
-
Creates a new char buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.DoubleBuffer
-
Creates a new double buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.FloatBuffer
-
Creates a new float buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.IntBuffer
-
Creates a new int buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.LongBuffer
-
Creates a new long buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.ShortBuffer
-
Creates a new short buffer that shares this buffer's content.