Enumeration Members

DESIRED_LOAD_FACTOR_OUT_OF_BOUNDS: "The provided value for the desired load factor is not within the min/max bounds."
DYNAMIC_HASHING_NOT_ENABLED: "Dynamic hashing is not enabled."
INIT_ARRAY_LENGTH_MISMATCH: "The array of initial_keys must be the same length as the array of initial_values."
INIT_BUCKETS_INVALID: "Number of buckets must be a positive integer."
LOAD_FACTOR_BOUNDS_PROVIDED_WITHOUT_DYNAMIC_REHASHING: "Dynamic rehashing must be enabled to set min/max load factor bounds."
LOAD_FACTOR_BOUND_INVALID: "The load factor bound must satisfy 0 <= min < max."
MULTIPLICATION_FACTOR_PROVIDED_MODULO: "hashing_method must be 'MULTIPLICATION' in order to use a multiplication factor."
NONEXISTANT_KEY: "Key does not exist in hashmap."
NO_BUCKETS: "There are no buckets."
UNBOUNDED_DYNAMIC_REHASH: "min_load_factor and max_load_factor must both be non-null to dynamically rehash."

Generated using TypeDoc