hi, is there any API like
Map myUnion = Map.union(mapA, mapB)
that returns a map that contains as its keySet the disjoint union of the
keysets of mapA and mapB, mapping to the values that the key originally
mapped to under A or B. (with either undefined behaviour for common keys or
throwing an exception)?
thanks,
Andrew
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
