Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Apache Harmony5.M5
Package:
java.nio
Class
public
abstract
class
DoubleBuffer
extends
Buffer
implements
Comparable
<
DoubleBuffer
>
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Not specified.
A buffer of
double
s.
A double buffer can be created in either of the following ways:
Allocate
a new double array and create a buffer based on it;
Wrap
an existing double array to create a new buffer;
Use
ByteBuffer.asDoubleBuffer
to create a double buffer based on a byte buffer.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
doubles.A double buffer can be created in either of the following ways: