Uses of Class
org.praxislive.core.types.PMap.Builder
-
Packages that use PMap.Builder Package Description org.praxislive.core.types -
-
Uses of PMap.Builder in org.praxislive.core.types
Methods in org.praxislive.core.types that return PMap.Builder Modifier and Type Method Description static PMap.Builder
PMap. builder()
Create a PMap.Builder.static PMap.Builder
PMap. builder(int initialCapacity)
Deprecated.PMap.Builder
PMap.Builder. put(String key, boolean value)
Add a mapping for the given key and value.PMap.Builder
PMap.Builder. put(String key, double value)
Add a mapping for the given key and value.PMap.Builder
PMap.Builder. put(String key, int value)
Add a mapping for the given key and value.PMap.Builder
PMap.Builder. put(String key, Object value)
Add a mapping for the given key and value.PMap.Builder
PMap.Builder. put(String key, String value)
Add a mapping for the given key and value.PMap.Builder
PMap.Builder. put(String key, Value value)
Add a mapping for the given key and value.
-