maximumSize property
int
get
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;
set
maximumSize
(int size)
Implementation
set maximumSize(int size);