interface HashMapContract

HashMap

Methods

mixed
put(string $key, mixed $value)

No description

mixed|null
get(string $key)

No description

Details

at line 17
mixed put(string $key, mixed $value)

No description

Parameters

string $key key
mixed $value value

Return Value

mixed

at line 23
mixed|null get(string $key)

No description

Parameters

string $key key

Return Value

mixed|null