Parallel Colt 0.9.4

cern.colt.buffer.tboolean
Interface BooleanBufferConsumer

All Known Implementing Classes:
BooleanBuffer

public interface BooleanBufferConsumer

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

Version:
1.0, 09/24/99
Author:
wolfgang.hoschek@cern.ch, Piotr Wendykier (piotr.wendykier@gmail.com)

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

Method Detail

addAllOf

void addAllOf(BooleanArrayList 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.9.4

Jump to the Parallel Colt Homepage