| Package | Description |
|---|---|
| com.twelvemonkeys.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUMap<K,V>
Map implementation with size limit, that keeps its entries in LRU
(least recently used) order, also known as access-order.
|
Copyright © 2022. All rights reserved.