Is there a collection class that has the LinkedHashMap quality of a predictable iteration order, but at the same time being indexable? LinkedHashMap implements a get() method, which returns the value object, but an indexof() method is not available. I’d like both.
Thanks.
I have such a thing, a Linked Tree Map free and unencumbered on my website. It sounds close to what you want.