Matt Tencati wrote:
I'll create a patch.  Is everyone ok with us implementing Map even though we are
technically breaking the contract defined in
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Map.html  "An object that maps keys 
to
values. A map cannot contain duplicate keys; each key can map to at most one value."

We're not violating the contract. This will map from String to String[], no duplicates. The get(String) method is just a convenience method and does not violate that contract.


Doug


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to