Parallel Colt 0.9.4

cern.colt.buffer.tboolean
Interface BooleanBuffer2DConsumer

All Known Implementing Classes:
BooleanBuffer2D

public interface BooleanBuffer2DConsumer

Target of a streaming BooleanBuffer2D 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 x, BooleanArrayList y)
          Adds all specified (x,y) points to the receiver.
 

Method Detail

addAllOf

void addAllOf(BooleanArrayList x,
              BooleanArrayList y)
Adds all specified (x,y) points to the receiver.

Parameters:
x - the x-coordinates of the points to be added.
y - the y-coordinates of the points to be added.

Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage