Uses of Class
org.apache.commons.collections4.set.AbstractSetDecorator
-
Packages that use AbstractSetDecorator Package Description org.apache.commons.collections4.map org.apache.commons.collections4.set This package contains implementations of theSet,SortedSetandNavigableSetinterfaces. -
-
Uses of AbstractSetDecorator in org.apache.commons.collections4.map
Subclasses of AbstractSetDecorator in org.apache.commons.collections4.map Modifier and Type Class Description classUnmodifiableEntrySet<K,V>Decorates a map entrySetto ensure it can't be altered. -
Uses of AbstractSetDecorator in org.apache.commons.collections4.set
Subclasses of AbstractSetDecorator in org.apache.commons.collections4.set Modifier and Type Class Description classAbstractNavigableSetDecorator<E>Decorates anotherNavigableSetto provide additional behaviour.classAbstractSerializableSetDecorator<E>Serializable subclass of AbstractSetDecorator.classAbstractSortedSetDecorator<E>Decorates anotherSortedSetto provide additional behaviour.classListOrderedSet<E>Decorates anotherSetto ensure that the order of addition is retained and used by the iterator.classUnmodifiableNavigableSet<E>Decorates anotherNavigableSetto ensure it can't be altered.classUnmodifiableSet<E>Decorates anotherSetto ensure it can't be altered.classUnmodifiableSortedSet<E>Decorates anotherSortedSetto ensure it can't be altered.
-