| Class | Description |
|---|---|
| LoggingLRUMap<KEYTYPE,VALUETYPE> |
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
| LRUMap<KEYTYPE,VALUETYPE> |
A special ordered map, that has an upper limit of contained elements.
|
| LRUSet<ELEMENTTYPE> |
A special ordered set, that has an upper limit of contained elements.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.