Uses of Class
org.apache.commons.collections4.set.AbstractSortedSetDecorator
-
Packages that use AbstractSortedSetDecorator Package Description org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
Uses of AbstractSortedSetDecorator in org.apache.commons.collections4.set
Subclasses of AbstractSortedSetDecorator in org.apache.commons.collections4.set Modifier and Type Class Description classAbstractNavigableSetDecorator<E>Decorates anotherNavigableSetto provide additional behaviour.classUnmodifiableNavigableSet<E>Decorates anotherNavigableSetto ensure it can't be altered.classUnmodifiableSortedSet<E>Decorates anotherSortedSetto ensure it can't be altered.
-