Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paz-lavi authored Nov 23, 2020
1 parent 191fc4a commit bc78bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* [Generic Array](https://github.com/paz-lavi/Prefy/tree/master#generic-array)
* [ArrayList](https://github.com/paz-lavi/Prefy/tree/master#arraylist)
* [HashMap](https://github.com/paz-lavi/Prefy/tree/master#hashmap)
* [Remove](https://github.com/paz-lavi/Prefy/tree/master#remove)
* [Type](https://github.com/paz-lavi/Prefy/tree/master#type)
* [License](https://github.com/paz-lavi/Prefy/blob/master/README.md#license)

Expand Down Expand Up @@ -307,7 +308,7 @@ HashMap<String, Integer> map4;
map3 = prefy.getHashMap("key1", new HashMap<String, String>());
map4 = prefy.getHashMap("key2", new HashMap<String, Integer>());
```
### String
### Remove
```Java
public void remove(String key);
```
Expand Down

0 comments on commit bc78bc1

Please sign in to comment.