I agree with Sean. Fastutil does all sorts of combinations of primitive key and value types, blowing the number of classes up.
If you only need a simple growing array of primitive longs, it may be simpler to just implement it yourself.
I agree with Sean. Fastutil does all sorts of combinations of primitive key and value types, blowing the number of classes up.
If you only need a simple growing array of primitive longs, it may be simpler to just implement it yourself.