Returns a Builder that inherits the properties of this key.
()
| 85 | |
| 86 | /** Returns a {@link Builder} that inherits the properties of this key. */ |
| 87 | public abstract Builder toBuilder(); |
| 88 | |
| 89 | @Memoized |
| 90 | @Override |
no outgoing calls
no test coverage detected