HashContainers
object HashContainers
Constants for primitive maps.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Maximum array size for hash containers (power-of-two and still allocable in Java, not a negative int).
Link copied to clipboard
Maximum sane load factor (1 empty slot per 100).
Link copied to clipboard
Minimum hash buffer size.
Link copied to clipboard
Minimal sane load factor (99 empty slots per 100).