EAResourceUtils.addElements(Map)
but the actual adding is delegated to the runnable.parents
in this call.MapUtils.addToListMap(Map, Object, Object...)
is ambiguous to
MapUtils.addToListMap(Map, Object, int, Object...)
if the generic type is Integer
.Copyright (c) 2015 itemis AG, and others. All rights reserved.