org.apache.mahout.math.buffer
Interface ObjectBufferConsumer

All Known Implementing Classes:
ObjectBuffer

Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public interface ObjectBufferConsumer


Method Summary
 void addAllOf(ObjectArrayList<java.lang.Object> list)
          Deprecated. Adds all elements of the specified list to the receiver.
 

Method Detail

addAllOf

void addAllOf(ObjectArrayList<java.lang.Object> list)
Deprecated. 
Adds all elements of the specified list to the receiver.

Parameters:
list - the list of which all elements shall be added.


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.