Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The [size][map-size-javadoc] method returns the number of entries.
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.studentScores
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
Expand Down