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