| Package | Description |
|---|---|
| com.helger.commons.collection.impl |
| 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. |
class |
LRUMap<KEYTYPE,VALUETYPE>
A special ordered map, that has an upper limit of contained elements.
|
class |
LRUSet<ELEMENTTYPE>
A special ordered set, that has an upper limit of contained elements.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.