java.lang.Object
org.praxislive.core.types.PMap.Builder
- Enclosing class:
PMap
A PMap builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the PMap.Add a mapping for the given key and value.Add a mapping for the given key and value.Add a mapping for the given key and value.Add a mapping for the given key and value.Add a mapping for the given key and value.Add a mapping for the given key and value.
-
Method Details
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
put
Add a mapping for the given key and value.- Parameters:
key- map keyvalue- mapped value- Returns:
- this
-
build
Build the PMap.- Returns:
- new PMap
-