Is there an equivalent of boost::multi_index for Java someplace?
Posted
by Chris Kaminski
on Stack Overflow
See other posts from Stack Overflow
or by Chris Kaminski
Published on 2010-06-18T14:44:59Z
Indexed on
2010/06/18
14:53 UTC
Read the original article
Hit count: 307
I stumbled upon multi_index on a lark last night while pounding my had against a collection that I need to access by 3 different key values, and also to have rebalancing array semantics. Well I got one of my two wishes (3 different key values) in boost::multi_index.
I'm curious if anything similar exists in the Java world.
© Stack Overflow or respective owner