|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectArrayList | |
|---|---|
| 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 ObjectArrayList in org.apache.mahout.math.buffer |
|---|
| Methods in org.apache.mahout.math.buffer with parameters of type ObjectArrayList | |
|---|---|
void |
ObjectBufferConsumer.addAllOf(ObjectArrayList<Object> list)
Deprecated. Adds all elements of the specified list to the receiver. |
void |
ObjectBuffer.addAllOf(ObjectArrayList<Object> list)
Deprecated. Adds all elements of the specified list to the receiver. |
| Uses of ObjectArrayList in org.apache.mahout.math.list |
|---|
| Methods in org.apache.mahout.math.list that return ObjectArrayList | |
|---|---|
ObjectArrayList<T> |
ObjectArrayList.copy()
Returns a deep copy of the receiver; uses clone() and casts the result. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||