class |
StateListView<N,EE> |
StateListView is a ListView which is implemented using state backends.
|
static class |
StateListView.KeyedStateListView<N,T> |
|
static class |
StateListView.NamespacedStateListView<N,T> |
|
class |
StateMapView<N,EK,EV> |
MapView which is implemented using state backends.
|
static class |
StateMapView.KeyedStateMapViewWithKeysNotNull<N,EK,EV> |
A state MapView which does not support nullable keys and namespace.
|
static class |
StateMapView.KeyedStateMapViewWithKeysNullable<N,EK,EV> |
A state MapView which supports nullable keys but does not support namespace.
|
static class |
StateMapView.NamespacedStateMapViewWithKeysNotNull<N,EK,EV> |
A state MapView which supports namespace but does not support nullable keys.
|
static class |
StateMapView.NamespacedStateMapViewWithKeysNullable<N,EK,EV> |
A state MapView which supports nullable keys and namespace.
|