MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.filter(Filter filter) |
The Filter that will be used to define the entries maintained in this view.
|
MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.keys() |
The resulting view will only map keys.
|
MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.listener(MapListener<? super K,? super V_FRONT> listener) |
The MapListener that will receive all events, including those that
result from the initial population of the view .
|
MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.map(ValueExtractor<? super V_BACK,? extends V_FRONT> mapper) |
The ValueExtractor that this view will use to transform the results from
the underlying map prior to storing them locally.
|
MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.values() |
The resulting view with both map keys and values.
|
default <V_FRONT> MapViewBuilder<K,V,V_FRONT> |
NamedMap.view() |
|
MapViewBuilder<K,V_BACK,V_FRONT> |
MapViewBuilder.withClassLoader(ClassLoader loader) |
The optional ClassLoader to use when performing serialization/de-serialization operations.
|