public static final class StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV> extends StateMapView<N,EK,EV>
MapView
which supports nullable keys but does not support namespace.StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV>, StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV>, StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV>, StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV>
Constructor and Description |
---|
KeyedStateMapViewWithKeysNullable(MapState<EK,EV> mapState,
ValueState<EV> nullState) |
Modifier and Type | Method and Description |
---|---|
protected MapState<EK,EV> |
getMapState() |
protected ValueState<EV> |
getNullState() |
void |
setCurrentNamespace(N namespace)
Sets current namespace for state.
|
getMap, setMap
equals, hashCode, newMapViewDataType
public KeyedStateMapViewWithKeysNullable(MapState<EK,EV> mapState, ValueState<EV> nullState)
public void setCurrentNamespace(N namespace)
StateDataView
protected ValueState<EV> getNullState()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.