Package | Description |
---|---|
cern.colt.buffer |
Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.
|
cern.colt.list |
Resizable lists holding objects or primitive data types such as int,
double, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleBuffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow.
|
Modifier and Type | Field and Description |
---|---|
protected DoubleBufferConsumer |
DoubleBuffer.target |
Constructor and Description |
---|
DoubleBuffer(DoubleBufferConsumer target,
int capacity)
Constructs and returns a new buffer with the given target.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDoubleList
Abstract base class for resizable lists holding
double elements; abstract. |
class |
DoubleArrayList
Resizable list holding
double elements; implemented with arrays. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.