Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Class and Description |
---|---|
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. |