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

Packages that use SortedBag
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of SortedBag in org.apache.commons.collections
 

Classes in org.apache.commons.collections that implement SortedBag
 class TreeBag
          An implementation of Bag that is backed by a TreeMap.
 

Methods in org.apache.commons.collections that return SortedBag
static SortedBag BagUtils.predicatedSortedBag(SortedBag bag, Predicate predicate)
          Returns a predicated sorted bag backed by the given sorted bag.
static SortedBag BagUtils.unmodifiableSortedBag(SortedBag bag)
          Returns an unmodifiable view of the given sorted bag.
static SortedBag BagUtils.synchronizedSortedBag(SortedBag bag)
          Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
 

Methods in org.apache.commons.collections with parameters of type SortedBag
static SortedBag BagUtils.predicatedSortedBag(SortedBag bag, Predicate predicate)
          Returns a predicated sorted bag backed by the given sorted bag.
static SortedBag BagUtils.unmodifiableSortedBag(SortedBag bag)
          Returns an unmodifiable view of the given sorted bag.
static SortedBag BagUtils.synchronizedSortedBag(SortedBag bag)
          Returns a synchronized (thread-safe) sorted bag backed by the given sorted bag.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.