Interface WindowState<W>
-
- All Known Implementing Classes:
WindowListState,WindowMapState,WindowValueState
public interface WindowState<W>A base interface for manipulate state with window namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(W window)Removes the value mapped under current key and the given window.
-
-
-
Method Detail
-
clear
void clear(W window)
Removes the value mapped under current key and the given window.
-
-