> Berin Loritsch wrote: > > > > <snip/>
> > Buffers are really great for FIFO (first in, first out). > > For LIFO (last in, first out), the JDK offers java.util.Stack, but its > use should avoided since it is synchronized. There's an unsynchronized > replacement in org.apache.avalon.excalibur.collections.ArrayStack. > Why not use java.util.LinkedList instead of java.util.Stack? Regards, Konstantin > > Sylvain > > -- > Sylvain Wallez > Anyware Technologies - http://www.anyware-tech.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]