June 2018
Beginner
722 pages
18h 47m
English
The Map interface stores key-value pairs, also called entries, because in a Map, each key-value pair is also represented by the Entry interface, which is a nested interface of Map and thus referred as Map.Entry.
A key-value pair or an entry can be added to a Map using the following methods:
Read now
Unlock full access