Package gaiasky.util
Class LargeLongMap<T>
java.lang.Object
gaiasky.util.LargeLongMap<T>
-
Constructor Summary
ConstructorDescriptionLargeLongMap
(int N) Creates a LargeLongMap with the given number of backend maps -
Method Summary
-
Constructor Details
-
LargeLongMap
public LargeLongMap(int N) Creates a LargeLongMap with the given number of backend maps- Parameters:
N
- Number of maps to back this long map
-
-
Method Details
-
containsKey
-
put
-
get
-
size
public int size() -
isEmpty
public boolean isEmpty()
-