Creates a new builder that is pre-populated with the content of this container. @return a new builder.
()
| 106 | * @return a new builder. |
| 107 | */ |
| 108 | public Builder toBuilder() { |
| 109 | return new Builder(this); |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * Key for an key-value pair. Uses reference equality. |
no outgoing calls