public class RollingTwoValueBuffer<A,B> extends Object
Constructor and Description |
---|
RollingTwoValueBuffer(A[] bufferA,
B[] bufferB) |
Modifier and Type | Method and Description |
---|---|
void |
add(A valueA,
B valueB) |
A[] |
getBufferA() |
B[] |
getBufferB() |
Copyright © 2005–2018. All rights reserved.