| Interface | Description |
|---|---|
| IComputable<K,V> |
Interface to compute objects of type V identified by a key of type K
|
| Class | Description |
|---|---|
| AbstractComputable<K,V> | |
| Memoizer<K,V> |
This Memoizer is implemented as suggested by Brian Goetz in Java Concurrency in Practice.
|
Copyright © 2018. All rights reserved.