maximumSize property

int maximumSize
read / write

Maximum size of the Map. If length exceeds this value at any time, n entries accessed the earliest are removed, where n is length - maximumSize.

Implementation

int maximumSize