public interface LongBuffer2DConsumer
Modifier and Type | Method and Description |
---|---|
void |
addAllOf(LongArrayList x,
LongArrayList y)
Adds all specified (x,y) points to the receiver.
|
void addAllOf(LongArrayList x, LongArrayList y)
x
- the x-coordinates of the points to be added.y
- the y-coordinates of the points to be added.Jump to the Parallel Colt Homepage