K
- the key typeV
- the value typepublic static class MemoizingMap.Master<K,V> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MemoizingMap.Master.Builder<K,V>
Used to build a
MemoizingMap.Master that individual local copies can then be copied from. |
Modifier and Type | Method and Description |
---|---|
static <K,V> MemoizingMap.Master.Builder<K,V> |
builder() |
MemoizingMap.Master<K,V> |
combine(MemoizingMap.Master<K,V> other)
Make a composite
MemoizingMap.Master of the other and this master. |
Map<K,V> |
toMap(Map<K,? extends V> localValues)
Make a composite caching map of the local and master maps.
|
public static <K,V> MemoizingMap.Master.Builder<K,V> builder()
public MemoizingMap.Master<K,V> combine(MemoizingMap.Master<K,V> other)
MemoizingMap.Master
of the other and this master.other
- any values that may override elements in this Master.Copyright © 2002-2024 Atlassian. All Rights Reserved.