What is the best way to store three attributes entry sets in Java?

Posted by user321524 on Stack Overflow See other posts from Stack Overflow or by user321524
Published on 2010-04-29T01:20:32Z Indexed on 2010/04/29 1:27 UTC
Read the original article Hit count: 305

Filed under:
|

HashMaps allow for mapping key value pairs; what is the recommendation if there is an extra value?

i.e HashMap maps key-value pairs: Key, Value

What is the best way to map: Key, Value, Value1?

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about mapping