Package net.arnx.jef4j.util
Class LongObjMap<T>
- java.lang.Object
-
- net.arnx.jef4j.util.LongObjMap<T>
-
- All Implemented Interfaces:
Serializable
public class LongObjMap<T> extends Object implements Serializable
Based on https://github.com/mikvor/hashmapTest This code is licensed by The Unlicense (http://unlicense.org)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongObjMap()LongObjMap(int size)LongObjMap(int size, float loadFactor)
-