HashMap.MAXIMUM_CAPACITY

The maximum capacity, used if a higher value is implicitly specified by either of the constructors with arguments. MUST be a power of two <= 1<<30.

class HashMap(K, V)
enum int MAXIMUM_CAPACITY;

Meta