public final class HashLongMapFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static float |
LOAD_FACTOR |
Modifier and Type | Method and Description |
---|---|
static HashLongMap |
create()
create a new hash long map
|
static HashLongMap |
create(int expectedItems)
create a new hash long map
|
static int |
setDataBaseVersion(int version)
set the version
|
static int |
setProgramVersion(int version)
set the version
|
public static final float LOAD_FACTOR
@CheckReturnValue @Nonnull public static HashLongMap create()
@CheckReturnValue @Nonnull public static HashLongMap create(int expectedItems)
expectedItems
- store at least this number of itemspublic static int setProgramVersion(int version)
version
- the versionpublic static int setDataBaseVersion(int version)
version
- the versionstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.