| Package | Description |
|---|---|
| com.helger.commons.collection.map |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingLRUMap<KEYTYPE,VALUETYPE>
A specific
LRUMap that emits a warning once the map is full and the
oldest entry gets discarded. |
| Modifier and Type | Method and Description |
|---|---|
LRUMap<KEYTYPE,VALUETYPE> |
LRUMap.getClone() |
| Constructor and Description |
|---|
LRUMap(LRUMap<KEYTYPE,VALUETYPE> rhs) |
Copyright © 2014–2019 Philip Helger. All rights reserved.