Uses of Class
org.hisp.dhis.util.MapBuilder
Packages that use MapBuilder
-
Uses of MapBuilder in org.hisp.dhis.util
Methods in org.hisp.dhis.util that return MapBuilderModifier and TypeMethodDescriptionMapBuilder<K,V> Associates the specified value with the specified key in this map.MapBuilder<K,V> MapBuilder.putIfAbsent(K key, V value) If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.