Frames | No Frames |
Classes implementing org.apache.commons.collections.BoundedCollection | |
class | The BoundedFifoBuffer is a very efficient implementation of
Buffer that does not alter the size of the buffer at runtime. |
class | CircularFifoBuffer is a first in first out buffer with a fixed size that
replaces its oldest element if full. |
Classes implementing org.apache.commons.collections.BoundedCollection | |
class | UnmodifiableBoundedCollection decorates another
BoundedCollection to ensure it can't be altered. |
Methods with parameter type org.apache.commons.collections.BoundedCollection | |
BoundedCollection | Factory method to create an unmodifiable bounded collection. |
Methods with return type org.apache.commons.collections.BoundedCollection | |
BoundedCollection | Factory method to create an unmodifiable bounded collection. |
BoundedCollection | UnmodifiableBoundedCollection.decorateUsing(Collection coll) Factory method to create an unmodifiable bounded collection. |
Classes implementing org.apache.commons.collections.BoundedCollection | |
class | Decorates another List to fix the size preventing add/remove. |
Classes implementing org.apache.commons.collections.BoundedCollection | |
class | The BoundedFifoBuffer is a very efficient implementation of
Buffer that does not alter the size of the buffer at runtime. |