All Known Implementing Classes:
WindowListState, WindowMapState, WindowValueState

public interface WindowState<W>
A base interface for manipulate state with window namespace.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(W window)
    Removes the value mapped under current key and the given window.
  • Method Details

    • clear

      void clear(W window)
      Removes the value mapped under current key and the given window.