Registry / utility / irestful-concretehashmaps

irestful-concretehashmaps

JSON →
library13.11.28phppackagistunverified

Provides concrete implementations of hash map data structures.

composer require irestful/concretehashmaps
INSTALL
IMPORT
SIG · IRESTFUL-CONCRETEH
I
irestful-concretehashmaps
utilityphpv13.11.28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HashMap
use Irestful\ConcreteHashMaps\HashMap;

Creates a hash map and performs basic operations.

use Irestful\ConcreteHashMaps\HashMap; $map = new HashMap(); $map->put('key', 'value'); $value = $map->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.11.28latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
irestful-concretehashmaps — pip install irestful-concretehashmaps · libregistry