Class ReadOnlyArrayMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
io.opentelemetry.api.internal.ReadOnlyArrayMap<K,V>
All Implemented Interfaces:
Map<K,V>

public final class ReadOnlyArrayMap<K,V> extends AbstractMap<K,V>
A read-only view of an array of key-value pairs.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.