opentelemetry-java/sdk/common
John Watson d42d4cd9e2
Add a generic type for the key on the ImmutableKeyValuePairs. (#1619)
* Add a generic type for the key on the ImmutableKeyValuePairs.
This necessitated changing the `get` to `getValue` to avoid clashing with the java.util.Map interface.
Also introduced convenience sub-interfaces for consuming labels and attributes, so consumers don't have to worry about the types if they don't want to.

* Add some javadoc to the new interfaces.

* Make AttributesMap not extend map, and restore the get method name for Attributes.

* make ImmutableKeyValuePairs also have a parameterized key type
2020-09-08 19:18:58 -07:00
..
src Add a generic type for the key on the ImmutableKeyValuePairs. (#1619) 2020-09-08 19:18:58 -07:00
build.gradle Add helpers to CompletableResultCode to wait for a result. (#1583) 2020-08-25 21:06:06 -07:00