long-map unit tests: time complexity text: I added 201 entries to the LongMap using different numbers and displayed the distribution of entries in buckets on the graph. Average case using new Random().nextlong() Worst case using numbers with same ending number e.g.: 7777, 7777777, 1113337 Log(201) for comparison