Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
build(List<? extends Buildable<T>> buildableList)
Converts the List of
Buildable s into a List of the built object. |
static <K,T> Map<K,T> |
build(Map<K,? extends Buildable<T>> buildableMap)
Converts the Map of
Buildable s into a Map of the built object. |
public static <K,T> Map<K,T> build(Map<K,? extends Buildable<T>> buildableMap)
Buildable
s into a Map of the built object.K
- Key typeT
- Type of object being built.buildableMap
- Map where values are Buildable
s.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.