What do you folks think about adding a new method like this to MapUtils?
public void fillTransitiveMap(Map keysMap, Map
valuesMap, Map result)
{
for (K1 key1 : keysMap.keySet())
{
K2 key2 = keysMap.get(key1);
V value = valuesMap.get(key2);
resultMap.put(key1, value);
}
}
I don'
Hi All,
People here may want to be aware of some changes with regard to the m2
snapshot repo on people.apache.org.
On 5 Aug the intrastructure team deleted every file in the snapshot repo
which is more than 30 days old. They intend to do this on a regular
basis from now on.
As a result, if
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project commons-configuration has an issue affecting its community integration.
This issu