Hashmap implementation.
More...
|
| bool | contains (const void *self, const void *object) |
| | Check if object is in the collection. More...
|
| |
| void | clear (void *self) |
| | Remove all items from iterable. More...
|
| |
| void * | next (const void *self, const void *iterator) |
| |
| void * | ref (void *self) |
| | Increment object's reference counter. More...
|
| |
| void | unref (void *self) |
| | Decrement object's reference counter, if equals 0, delete the object. More...
|
| |
| bool | equal (const void *self, const void *other) |
| | Check objects equality. More...
|
| |
Hashmap implementation.
- See also
- Collection Uses a Collection for keys and values.
Get keys collection.
- Parameters
-
- Returns
- Collection instance containing all Hashmap keys.
Get values collection.
- Parameters
-
- Returns
- Collection instance containing all Hashmap values.