| Package | Description |
|---|---|
| org.apache.commons.collections.map | |
| org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UnmodifiableEntrySet |
Decorates a map entry
Set to ensure it can't be altered. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSerializableSetDecorator |
Serializable subclass of AbstractSetDecorator.
|
class |
AbstractSortedSetDecorator |
Decorates another
SortedSet to provide additional behaviour. |
class |
ListOrderedSet |
Decorates another
Set to ensure that the order of addition
is retained and used by the iterator. |
class |
UnmodifiableSet |
Decorates another
Set to ensure it can't be altered. |
class |
UnmodifiableSortedSet |
Decorates another
SortedSet to ensure it can't be altered. |
Copyright © 2001-2018 Apache Software Foundation. All Rights Reserved.