Although it is part of the java.util.concurrent package, the TimeUnit enum is useful in many contexts outside of concurrency. In this post, I look at how the TimeUnit enum can be used even in code ...
In response to my blog post Using Java Enums for Units Conversions, mr. Bear observed that another approach to implementing the enum that stores temperature scales and provides conversion ...