add dictionary string
This commit is contained in:
@@ -33,12 +33,15 @@ struct hashmap_GC *createHashmap_GC();
|
||||
|
||||
void clear_hashmap_GC(struct hashmap_GC *t);
|
||||
|
||||
void hashmap_GC_to_array(struct hashmap_GC *t, struct node_GC**array,
|
||||
size_t *array_length);
|
||||
|
||||
int hashCode_GC(struct hashmap_GC *t, uint64_t hash);
|
||||
|
||||
int hashmap_remove_GC(struct hashmap_GC *t, uint64_t hash);
|
||||
|
||||
void hashmap_insert_GC(struct hashmap_GC *t, uint64_t hash, void *key,
|
||||
void *val, size_t order);
|
||||
void *val, size_t order);
|
||||
|
||||
void *hashmap_lookup_GC(struct hashmap_GC *t, uint64_t hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user