get

@Nullable
abstract fun get(name: Any): T(source)
@Nullable
abstract fun get(name: String): T(source)

Returns the item with the given name, if any.

Return

The item, or null if no such item.

Parameters

name

The name of the item.