The problem I wonder is , at the operation process:
seqGrp.add(new Sequence(Util.getMinimumSequence(seqGrp)))
Is there any possibility that the ringBuffer will wrap or the gating
sequence will proceed? if that's possible, then when I call
ringBuffer.get("the value of new Sequence added to seqGrp"), the value
of it will be the newest not the oldest, right?
I think it's something we should support well, we just haven't done so
yet. Requiring the slightly tricky set up I mentioned in the previous
post is not ideal. I thinking on how to improve the API for this
feature so that it is simpler and less error prone. I've got a couple
of use cases myself, I just haven't gotten around to implementing
them.
Mike.