Uses of Class org.apache.commons.collections.set.AbstractSetDecorator

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

Classes derived from org.apache.commons.collections.set.AbstractSetDecorator

class
Serializable subclass of AbstractSetDecorator.
class
Decorates another SortedSet to provide additional behaviour.
class
Decorates another Set to ensure that the order of addition is retained and used by the iterator.
class
Decorates another Set to ensure it can't be altered.
class
Decorates another SortedSet to ensure it can't be altered.

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

Classes derived from org.apache.commons.collections.set.AbstractSetDecorator

class
Decorates a map entry Set to ensure it can't be altered.

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