Table of Contents

MAX_CAPACITY_EXPANSION Field

public const int MAX_CAPACITY_EXPANSION = 32

Capacity expanded exponentially until reaches this value. (when 8 -> 1, 2, 4, 8, 16, 24, 32, 40)

Returns

int