Uses of Class
org.apache.commons.collections.buffer.BoundedFifoBuffer

Packages that use BoundedFifoBuffer
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
 

Uses of BoundedFifoBuffer in org.apache.commons.collections.buffer
 

Subclasses of BoundedFifoBuffer in org.apache.commons.collections.buffer
 class CircularFifoBuffer<E>
          CircularFifoBuffer is a first in first out buffer with a fixed size that replaces its oldest element if full.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.