values property
Iterable<E>
get
values
All the values in the box.
The values are in the same order as their keys.
Implementation
Iterable<E> get values;
All the values in the box.
The values are in the same order as their keys.
Iterable<E> get values;