class LimitedCollection
extends
Collection<Key, Value>export class LimitedCollection<Key, Value> extends Collection<Key, Value>
A Collection which holds a max amount of entries.
export class LimitedCollection<Key, Value> extends Collection<Key, Value>
A Collection which holds a max amount of entries.