java.lang.Object
com.carrotsearch.hppc.Containers
Constants used as defaults in containers.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe default number of expected elements for containers. -
Method Summary
Modifier and TypeMethodDescriptionstatic longProvides a (possibly) random initial seed for randomized stuff.
-
Field Details
-
DEFAULT_EXPECTED_ELEMENTS
public static final int DEFAULT_EXPECTED_ELEMENTSThe default number of expected elements for containers.- See Also:
-
-
Method Details
-
randomSeed64
public static long randomSeed64()Provides a (possibly) random initial seed for randomized stuff.If
tests.seedproperty is available and accessible, the returned value will be derived from the value of that property and will be constant to ensure reproducibility in presence of the randomized testing package.- See Also:
-