what exactly are you trying to do?   Perhaps a circular buffer isn't what
you're looking for.
On Mar 6, 2012 1:48 AM, "manoj mokashi" <manojmoka...@gmail.com> wrote:

> The existing CircularFifoBuffer would suffice if it had an efficient
> get(index) method, which
> gets an element with the specified index from the end.
>
> btw, the code i posted originally refers mistakenly to another Int
> Buffer class and is not correct.
> Also the IllegalArgumentCheck and the fill constructor needs changing.
> Sorry about that.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

Reply via email to