Class StateMapView<N,​EK,​EV>

    • Constructor Detail

      • StateMapView

        public StateMapView()
    • Method Detail

      • getMap

        public Map<EK,​EV> getMap()
        Description copied from class: MapView
        Returns the entire view's content as an instance of Map.
        Overrides:
        getMap in class MapView<EK,​EV>
      • setMap

        public void setMap​(Map<EK,​EV> map)
        Description copied from class: MapView
        Replaces the entire view's content with the content of the given Map.
        Overrides:
        setMap in class MapView<EK,​EV>