Package | Description |
---|---|
org.apache.commons.collections4.map | |
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet interfaces. |
Modifier and Type | Class | Description |
---|---|---|
class |
UnmodifiableEntrySet<K,V> |
Decorates a map entry
Set to ensure it can't be altered. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractNavigableSetDecorator<E> |
Decorates another
NavigableSet to provide additional behaviour. |
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 |
UnmodifiableNavigableSet<E> |
Decorates another
NavigableSet to ensure it can't be altered. |
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. |
Copyright © 2001-2019 - Apache Software Foundation