org.apache.mahout.math.buffer
Interface LongBufferConsumer

All Known Implementing Classes:
AbstractLongList, LongArrayList, SimpleLongArrayList

public interface LongBufferConsumer

Object that can accept a primitive array list of long items.


Method Summary
 void addAllOf(LongArrayList list)
          Adds all elements of the specified list to the receiver.
 

Method Detail

addAllOf

void addAllOf(LongArrayList list)
Adds all elements of the specified list to the receiver.

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


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.