|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSetDecorator | |
---|---|
org.apache.commons.collections4.map | This package contains implementations of the Map ,
IterableMap ,
OrderedMap and
SortedMap interfaces. |
org.apache.commons.collections4.set | This package contains implementations of the Set and
SortedSet interfaces. |
Uses of AbstractSetDecorator in org.apache.commons.collections4.map |
---|
Subclasses of AbstractSetDecorator in org.apache.commons.collections4.map | |
---|---|
class |
UnmodifiableEntrySet<K,V>
Decorates a map entry Set to ensure it can't be altered. |
Uses of AbstractSetDecorator in org.apache.commons.collections4.set |
---|
Subclasses of AbstractSetDecorator in org.apache.commons.collections4.set | |
---|---|
class |
AbstractSerializableSetDecorator<E>
Serializable subclass of AbstractSetDecorator. |
class |
AbstractSortedSetDecorator<E>
Decorates another SortedSet to provide additional behaviour. |
class |
ListOrderedSet<E>
Decorates another Set to ensure that the order of addition is
retained and used by the iterator. |
class |
UnmodifiableSet<E>
Decorates another Set to ensure it can't be altered. |
class |
UnmodifiableSortedSet<E>
Decorates another SortedSet to ensure it can't be altered. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |