K
- V
- public static class MemoizingMap.Master.Builder<K,V> extends Object
MemoizingMap.Master
that individual local copies can then be copied from.Modifier and Type | Method and Description |
---|---|
MemoizingMap.Master.Builder<K,V> |
add(K key,
V value) |
MemoizingMap.Master.Builder<K,V> |
addLazy(K key,
Supplier<? extends V> value) |
MemoizingMap.Master<K,V> |
master() |
public MemoizingMap.Master.Builder<K,V> add(K key, V value)
public MemoizingMap.Master<K,V> master()
Copyright © 2002-2016 Atlassian. All Rights Reserved.