get

@Nullable()
abstract V get(K key)

Return the provider to which the specified key is mapped,or {@code null} if this map contains no mapping for the key.

Throws

Sources

jvm source
Link copied to clipboard