Using Tuples in Java

Posted by syker on Stack Overflow See other posts from Stack Overflow or by syker
Published on 2010-04-19T21:20:16Z Indexed on 2010/04/19 21:23 UTC
Read the original article Hit count: 332

Filed under:
|

My Hashtable in Java would benefit from a value having a tuple structure. What data structure can I use in Java to do that?

Hastable<Long, Tuple<Set<Long>,Set<Long>>> table = ...

© Stack Overflow or respective owner

Related posts about tuple

Related posts about java