maximumSize property

int? maximumSize

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? get maximumSize;
void maximumSize=(int? size)

Implementation

set maximumSize(int? size);