K1 - K2 - V - public class LazyMerger<K1,K2,V> extends Object implements MergesValues<K1,K2,V>
#create(K1, K2) method is provided to initializes the value.
If you use a constructor that accepts another MergesValues,
that delegate will only be called to create the value object.
If you override the create method, it will be called until it returns non null.
#merge(K1, K2),
you should override the #refresh(K1, K2, V) method.
| Constructor and Description |
|---|
LazyMerger() |
LazyMerger(MergesValues<K1,K2,V> merger) |
LazyMerger(MergesValues<K1,K2,V> merger,
V value) |
LazyMerger(V value) |
public LazyMerger()
public LazyMerger(MergesValues<K1,K2,V> merger)
public LazyMerger(MergesValues<K1,K2,V> merger, V value)
public LazyMerger(V value)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.