Uses of Interface org.apache.commons.collections.BoundedCollection

Uses in package org.apache.commons.collections.buffer

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.

Uses in package org.apache.commons.collections.collection

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
Factory method to create an unmodifiable bounded collection.

Uses in package org.apache.commons.collections.list

Classes implementing org.apache.commons.collections.BoundedCollection

class
Decorates another List to fix the size preventing add/remove.

Uses in package org.apache.commons.collections

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.

Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.