How to efficiently use Enum objects as keys in the Map data structure?

Posted by yamsha on Stack Overflow See other posts from Stack Overflow or by yamsha
Published on 2010-06-12T19:28:54Z Indexed on 2010/06/12 19:32 UTC
Read the original article Hit count: 120

Filed under:
|
|

Is there a more efficient and specialized implementation of a Map collection where Enum objects can serve as keys?

© Stack Overflow or respective owner

Related posts about java

Related posts about map