...

/

Iterables with Sets and Maps

Iterables with Sets and Maps

using the entries, keys and values methods to play with iterables of keys or values

We'll cover the following...

The entries method is defined on sets and maps. You can also use the keys and values method on a set or map to create an iterator/iterable of the keys ...