It looks like all java containers, buffers, arrays and etc, can only be indexed by int. On C++, I can index by unsidned long
for example.
What is the solution for this in Java? I can surely create my own class that uses lots of int32 indexable buffers and access the rigth one, but is there a better and simpler way?