Class MapViewBuilder<K,V_BACK,V_FRONT>

java.lang.Object
com.tangosol.net.MapViewBuilder<K,V_BACK,V_FRONT>
Type Parameters:
K - the type of the map entry keys
V_BACK - the type of the entry values in the backing map that is used as the source for this view
V_FRONT - the type of the entry values in this view, which will be the same as V_BACK, unless a transformer is specified when creating this view
Direct Known Subclasses:
ViewBuilder

public class MapViewBuilder<K,V_BACK,V_FRONT> extends Object
The ViewBuilder provides a means to build() a map view using a fluent pattern / style.
Since:
20.06
Author:
Aleks Seovic 2020.06.06