Package com.google.gerrit.server
Class PropertyMap.Builder
java.lang.Object
com.google.gerrit.server.PropertyMap.Builder
- Enclosing class:
- PropertyMap
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns an immutablePropertyMap
.put
(PropertyMap.Key<T> key, T value) Adds the providedvalue
to thePropertyMap
that is being built.
-
Method Details
-
put
Adds the providedvalue
to thePropertyMap
that is being built. -
build
Builds and returns an immutablePropertyMap
.
-