The definition of "delegate" at the beginning of the header JavaDoc is mostly meaningless, since the class was renamed to and committed with the name ProxyMap.
Index: ProxyMap.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/collections/ProxyMap.java,v retrieving revision 1.1 diff -u -u -r1.1 ProxyMap.java --- ProxyMap.java 15 Mar 2002 05:36:58 -0000 1.1 +++ ProxyMap.java 21 Mar 2002 01:08:56 -0000 @@ -65,9 +65,6 @@ import java.util.Set; /** - * <p>delegate - a person authorized to act as representative for - * another</p> - * * <p>This <code>Map</code> wraps another <code>Map</code> * implementation, using the wrapped instance for its default * implementation. This class is used as a framework on which to -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
