Uses of Class
org.apache.commons.collections.keyvalue.AbstractMapEntry

Packages that use AbstractMapEntry
org.apache.commons.collections This package contains a small number of collections classes that are needed for beanutils to function. 
org.apache.commons.collections.keyvalue This package contains implementations of collection and map related key/value classes. 
 

Uses of AbstractMapEntry in org.apache.commons.collections
 

Subclasses of AbstractMapEntry in org.apache.commons.collections
protected static class BeanMap.MyMapEntry
          Deprecated. Map entry used by BeanMap.
 

Uses of AbstractMapEntry in org.apache.commons.collections.keyvalue
 

Subclasses of AbstractMapEntry in org.apache.commons.collections.keyvalue
 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-2010 Apache Software Foundation. All Rights Reserved.