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.BuilderPMap. builder()Create a PMap.Builder.static PMap.BuilderPMap. builder(int initialCapacity)Deprecated.PMap.BuilderPMap.Builder. put(String key, boolean value)Add a mapping for the given key and value.PMap.BuilderPMap.Builder. put(String key, double value)Add a mapping for the given key and value.PMap.BuilderPMap.Builder. put(String key, int value)Add a mapping for the given key and value.PMap.BuilderPMap.Builder. put(String key, Object value)Add a mapping for the given key and value.PMap.BuilderPMap.Builder. put(String key, String value)Add a mapping for the given key and value.PMap.BuilderPMap.Builder. put(String key, Value value)Add a mapping for the given key and value.
-