|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntBufferConsumer | |
|---|---|
| org.apache.mahout.math.buffer | Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow. |
| org.apache.mahout.math.list | Resizable lists holding objects or primitive data types such as int, double, etc. |
| Uses of IntBufferConsumer in org.apache.mahout.math.buffer |
|---|
| Classes in org.apache.mahout.math.buffer that implement IntBufferConsumer | |
|---|---|
class |
IntBuffer
Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported. |
| Constructors in org.apache.mahout.math.buffer with parameters of type IntBufferConsumer | |
|---|---|
IntBuffer(IntBufferConsumer target,
int capacity)
Deprecated. Constructs and returns a new buffer with the given target. |
|
| Uses of IntBufferConsumer in org.apache.mahout.math.list |
|---|
| Classes in org.apache.mahout.math.list that implement IntBufferConsumer | |
|---|---|
class |
AbstractIntList
Abstract base class for resizable lists holding int elements; abstract. |
class |
IntArrayList
Resizable list holding int elements; implemented with arrays. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||