org.apache.commons.collections.keyvalue |
|
Java Source File Name | Type | Comment |
AbstractKeyValue.java | Class | Abstract pair class to assist with creating KeyValue and MapEntry implementations.
since: Commons Collections 3.0 version: $Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $ author: James Strachan author: Michael A. |
AbstractMapEntry.java | Class | Abstract Pair class to assist with creating correct Map Entry implementations.
since: Commons Collections 3.0 version: $Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $ author: James Strachan author: Michael A. |
DefaultMapEntry.java | Class | A restricted implementation of
java.util.Map.Entry that prevents
the MapEntry contract from being broken.
since: Commons Collections 3.0 version: $Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $ author: James Strachan author: Michael A. |