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

Uses in package org.apache.commons.collections

Classes implementing org.apache.commons.collections.SortedBag

class
A Bag that is backed by a TreeMap.

Methods with parameter type org.apache.commons.collections.SortedBag

SortedBag
Returns a predicated (validating) sorted bag backed by the given sorted bag.
SortedBag
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
SortedBag
Returns a transformed sorted bag backed by the given bag.
SortedBag
BagUtils.typedSortedBag(SortedBag bag, Class type)
Returns a typed sorted bag backed by the given bag.
SortedBag
Returns an unmodifiable view of the given sorted bag.

Methods with return type org.apache.commons.collections.SortedBag

SortedBag
Returns a predicated (validating) sorted bag backed by the given sorted bag.
SortedBag
Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
SortedBag
Returns a transformed sorted bag backed by the given bag.
SortedBag
BagUtils.typedSortedBag(SortedBag bag, Class type)
Returns a typed sorted bag backed by the given bag.
SortedBag
Returns an unmodifiable view of the given sorted bag.

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

Classes implementing org.apache.commons.collections.SortedBag

class
Decorates another SortedBag to provide additional behaviour.
class
Decorates another SortedBag to validate that additions match a specified predicate.
class
Decorates another SortedBag to synchronize its behaviour for a multi-threaded environment.
class
Decorates another SortedBag to transform objects that are added.
class
Implements SortedBag, using a TreeMap to provide the data storage.
class
Decorates another SortedBag to ensure it can't be altered.

Constructors with parameter type org.apache.commons.collections.SortedBag

Constructor that wraps (not copies).
Constructor that wraps (not copies).
Constructor that wraps (not copies).
Constructor that wraps (not copies).

Methods with parameter type org.apache.commons.collections.SortedBag

SortedBag
Factory method to create a synchronized sorted bag.
SortedBag
Factory method to create an unmodifiable bag.
SortedBag
TypedSortedBag.decorate(SortedBag bag, Class type)
Factory method to create a typed sorted bag.
SortedBag
Factory method to create a predicated (validating) bag.
SortedBag
Factory method to create a transforming sorted bag.

Methods with return type org.apache.commons.collections.SortedBag

SortedBag
Factory method to create a synchronized sorted bag.
SortedBag
Factory method to create an unmodifiable bag.
SortedBag
TypedSortedBag.decorate(SortedBag bag, Class type)
Factory method to create a typed sorted bag.
SortedBag
Factory method to create a predicated (validating) bag.
SortedBag
Factory method to create a transforming sorted bag.
SortedBag
Gets the bag being decorated.
SortedBag
Gets the decorated sorted bag.
SortedBag
Gets the bag being decorated.
SortedBag
Gets the decorated bag.

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