Can I somehow define the iteration order of the elements from Trove's TIntHashSet ?
Or are any other primitive Set
that allows for defining the order of iteration of elements. I want to iterate the elements in the insertion order or just same order as of the array that was used for construction of set.