Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet interfaces. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractNavigableSetDecorator<E> |
Decorates another
NavigableSet to provide additional behaviour. |
class |
UnmodifiableNavigableSet<E> |
Decorates another
NavigableSet 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