K - the type of key used as input for the value supplier.public interface ValueSupplier<K>
| Modifier and Type | Method and Description |
|---|---|
Value |
apply(K key)
Computes or fetches the value for the given key.
|
Copyright © 2018. All rights reserved.