public class ApexMapHelper extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ApexMapHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
decoratePutAll(Map<? extends K,? extends V> first,
Map<? extends K,? extends V> second) |
static <K,V> Map<K,V> |
fromLists(List<? extends K> keys,
List<? extends V> values) |
static <K1,V,K2 extends K1> |
transcodeColumns(com.google.common.collect.BiMap<?,? extends K2> mapping,
Map<K1,V> map) |
public static <K1,V,K2 extends K1> Map<K1,V> transcodeColumns(com.google.common.collect.BiMap<?,? extends K2> mapping, Map<K1,V> map)
public static <K,V> Map<K,V> decoratePutAll(Map<? extends K,? extends V> first, Map<? extends K,? extends V> second)
first - the first Map to resolvesecond - the second Map to resolveCopyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.