Skip to content

Commit

Permalink
Update exercises/concept/international-calling-connoisseur/.docs/intr…
Browse files Browse the repository at this point in the history
…oduction.md

Co-authored-by: Kah Goh <villastar@yahoo.com.au>
  • Loading branch information
kadrisamuel and kahgoh authored Feb 27, 2025
1 parent b5526b6 commit 11a750b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fruitPrices.size(); // Returns 2
You can use the [keys] or [values] methods to obtain the keys or the values in a Map as a Set or collection respectively.

```java
fruitPrices.keys(); // Returns "apple" and "pear" in a set
fruitPrices.keySet(); // Returns "apple" and "pear" in a set
fruitPrices.values(); // Returns 100 and 80, in a Collection
```

Expand Down

0 comments on commit 11a750b

Please sign in to comment.