Finish development of class LongMapImpl, which implements a map with keys of type long. It should work similar to HashMap. Requirements:
- it should not use any known Map implementations;
- it should use as less memory as possible and have adequate performance;
- the main aim is to see your codestyle and teststyle