Package com.mchange.util.impl
Class LongObjectHash
java.lang.Object
com.mchange.util.impl.LongObjectHash
- All Implemented Interfaces:
LongObjectMap
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LongObjectHash
public LongObjectHash(int init_capacity, float load_factor) -
LongObjectHash
public LongObjectHash()
-
-
Method Details
-
get
- Specified by:
get
in interfaceLongObjectMap
-
put
- Specified by:
put
in interfaceLongObjectMap
-
putNoReplace
- Specified by:
putNoReplace
in interfaceLongObjectMap
-
getSize
public long getSize()- Specified by:
getSize
in interfaceLongObjectMap
-
containsLong
public boolean containsLong(long num) - Specified by:
containsLong
in interfaceLongObjectMap
-
remove
- Specified by:
remove
in interfaceLongObjectMap
-
rehash
protected void rehash()
-