Class StateMapView.KeyedStateMapViewWithKeysNullable<N,​EK,​EV>

  • All Implemented Interfaces:
    DataView, StateDataView<N>
    Enclosing class:
    StateMapView<N,​EK,​EV>

    public static final class StateMapView.KeyedStateMapViewWithKeysNullable<N,​EK,​EV>
    extends StateMapView<N,​EK,​EV>
    A state MapView which supports nullable keys but does not support namespace.
    • Constructor Detail

      • KeyedStateMapViewWithKeysNullable

        public KeyedStateMapViewWithKeysNullable​(MapState<EK,​EV> mapState,
                                                 ValueState<EV> nullState)
    • Method Detail

      • setCurrentNamespace

        public void setCurrentNamespace​(N namespace)
        Description copied from interface: StateDataView
        Sets current namespace for state.