Uses of Class
org.apache.commons.collections4.set.AbstractNavigableSetDecorator
-
Packages that use AbstractNavigableSetDecorator Package Description org.apache.commons.collections4.set This package contains implementations of theSet
,SortedSet
andNavigableSet
interfaces. -
-
Uses of AbstractNavigableSetDecorator in org.apache.commons.collections4.set
Subclasses of AbstractNavigableSetDecorator in org.apache.commons.collections4.set Modifier and Type Class Description class
UnmodifiableNavigableSet<E>
Decorates anotherNavigableSet
to ensure it can't be altered.
-