공부
[java] enums.values() static list
승가비
2023. 10. 13. 04:17
728x90
https://stackoverflow.com/questions/19303511/enum-values-method-efficiency
Enum values() method efficiency
Is there any inefficiency in calling the values() function of a specific enum class multiple times? I have seen instances of existing code where the results of values() are cached for reuse. Is t...
stackoverflow.com
728x90