Package | Description |
---|---|
org.apache.commons.collections |
This package contains the interfaces and utilities shared across all the subpackages of this component.
|
org.apache.commons.collections.keyvalue |
This package contains implementations of collection and map related key/value classes.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
BeanMap.MyMapEntry
Deprecated.
Map entry used by
BeanMap . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapEntry
A restricted implementation of
Map.Entry that prevents
the Map.Entry contract from being broken. |
class |
UnmodifiableMapEntry
A
Map.Entry that throws
UnsupportedOperationException when setValue is called. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.