Package net.arnx.jef4j.util
Class LongObjMap<T>
java.lang.Object
net.arnx.jef4j.util.LongObjMap<T>
- Type Parameters:
T- Value type
- All Implemented Interfaces:
Serializable
Based on https://github.com/mikvor/hashmapTest
This code is licensed by The Unlicense (http://unlicense.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongObjMap
public LongObjMap() -
LongObjMap
public LongObjMap(int size) -
LongObjMap
public LongObjMap(int size, float loadFactor)
-
-
Method Details
-
put
-
get
-
size
public int size()
-