| Package | Description |
|---|---|
| com.twelvemonkeys.util |
| Modifier and Type | Class | 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 © 2018. All rights reserved.