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

Packages that use AbstractMapEntry
org.apache.commons.collections15 This package contains the interfaces and utilities shared across all the subpackages of this component. 
org.apache.commons.collections15.keyvalue This package contains implementations of collection and map related key/value classes. 
 

Uses of AbstractMapEntry in org.apache.commons.collections15
 

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

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

Subclasses of AbstractMapEntry in org.apache.commons.collections15.keyvalue
 class DefaultMapEntry<K,V>
          A restricted implementation of Map.Entry that prevents the MapEntry contract from being broken.
 class UnmodifiableMapEntry<K,V>
          A Map.Entry that throws UnsupportedOperationException when setValue is called.
 



Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.