Also note, that `values()` clones the array every ...
# announcements
o
Also note, that
values()
clones the array every time, so if you are using it under load, make sure to cache values, and if enum is big enough, even produce a map from value to enum once.