Package | Description |
---|---|
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
Modifier and Type | Class and Description |
---|---|
class |
CircularFifoBuffer
CircularFifoBuffer is a first in first out buffer with a fixed size that
replaces its oldest element if full.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.