HashMap.DEFAULT_INITIAL_CAPACITY

The default initial capacity - MUST be a power of two.

class HashMap(K, V)
enum int DEFAULT_INITIAL_CAPACITY;

Meta