values property

List<T> values
final

The values which are given to the switch.

Helpful if the list is generated e.g. when the switch constructor is called.

Implementation

final List<T> values;