Uses of Class
org.apache.commons.collections.map.AbstractSortedMapDecorator
Packages that use AbstractSortedMapDecorator
Package
Description
-
Uses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimap
Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.bidimapModifier and TypeClassDescriptionprotected static class
Internal sorted map view. -
Uses of AbstractSortedMapDecorator in org.apache.commons.collections.map
Subclasses of AbstractSortedMapDecorator in org.apache.commons.collections.mapModifier and TypeClassDescriptionclass
Decorates anotherSortedMap
to fix the size blocking add/remove.final class
Decorates anotherSortedMap
to ensure it can't be altered.