Uses of Class
org.apache.commons.collections.keyvalue.AbstractMapEntryDecorator
-
Packages that use AbstractMapEntryDecorator Package Description org.apache.commons.collections.bidimap org.apache.commons.collections.map -
-
Uses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap
Subclasses of AbstractMapEntryDecorator in org.apache.commons.collections.bidimap Modifier and Type Class Description protected static class
AbstractDualBidiMap.MapEntry
Inner class MapEntry. -
Uses of AbstractMapEntryDecorator in org.apache.commons.collections.map
Subclasses of AbstractMapEntryDecorator in org.apache.commons.collections.map Modifier and Type Class Description (package private) static class
AbstractInputCheckedMapDecorator.MapEntry
Implementation of a map entry that checks additions via setValue.(package private) static class
UnmodifiableEntrySet.UnmodifiableEntry
Implementation of a map entry that is unmodifiable.
-