Will look at them, thanks. 2007/2/14, James Carman <[EMAIL PROTECTED]>:
If you don't like those particular implementations, you can decorate any buffer using the BoundedBuffer class. On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Have you looked at CircularFifoBuffer and BoundedFifoBuffer? > > ---- nicolas de loof <[EMAIL PROTECTED]> wrote: > > This one does not support add(). > > > > I want my list (collection ?) to be auto-limited, not fixed-sized : add will > > always work, but the latest elements may be lost if list grows over maxsize. > > > > > > 2007/2/12, Mark A Fortner <[EMAIL PROTECTED]>: > > > > > > Did you try the FixedSizeList? > > > > > > Mark > > > > > > ----- Original Message ---- > > > From: nicolas de loof <[EMAIL PROTECTED]> > > > To: commons-user@jakarta.apache.org > > > Sent: Monday, February 12, 2007 5:11:49 AM > > > Subject: [collection] some support for size-limited List ? > > > > > > Hello, > > > > > > I'm looking for a List implementation that would countains at most N > > > elements. When more that N elements are added, the List is truncated. This > > > looks like a Last-Recently-Used eviction feature, but I didn't finf > > > support > > > for such a List in commons-collections. > > > > > > Any suggestion ? > > > > > > Nico. > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]