Parallel Colt 0.7.2

cern.colt.buffer.tfloat
Interface FloatBufferConsumer

All Known Implementing Classes:
AbstractFloatBin1D, AbstractFloatList, DynamicFloatBin1D, FloatArrayList, FloatBuffer, MightyStaticFloatBin1D, QuantileFloatBin1D, StaticFloatBin1D

public interface FloatBufferConsumer

Target of a streaming FloatBuffer into which data is flushed upon buffer overflow.

Version:
1.0, 09/24/99
Author:
wolfgang.hoschek@cern.ch

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

Method Detail

addAllOf

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

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

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage