values property

Iterable<E> values

All the values in the box.

The values are in the same order as their keys.

Implementation

Iterable<E> get values;