| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapView<K,V,V> |
Chassis.acquireMap(String name,
Class<K> kClass,
Class<V> vClass) |
| Modifier and Type | Method and Description |
|---|---|
default <K,V> MapView<K,V,V> |
AssetTree.acquireMap(String name,
Class<K> kClass,
Class<V> vClass) |
| Constructor and Description |
|---|
VanillaValuesCollection(RequestContext requestContext,
Asset asset,
MapView<K,V,V> mapView) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaMapView<K,MV,V>
Created by peter on 22/05/15.
|
| Modifier and Type | Method and Description |
|---|---|
MapView<K,MV,V> |
VanillaEntrySetView.underlying() |
MapView<T,M,M> |
RemoteTopicPublisher.underlying() |
MapView<T,M,M> |
VanillaTopicPublisher.underlying() |
| Constructor and Description |
|---|
RemoteTopicPublisher(RequestContext context,
Asset asset,
MapView<T,M,M> underlying) |
VanillaEntrySetView(RequestContext context,
Asset asset,
MapView<K,MV,V> mapView) |
VanillaTopicPublisher(RequestContext context,
Asset asset,
MapView<T,M,M> underlying) |
| Constructor and Description |
|---|
VanillaReference(RequestContext context,
Asset asset,
MapView<String,E,E> underlying) |
VanillaReference(String name,
Class type,
MapView<String,E,E> mapView) |
| Constructor and Description |
|---|
VanillaKeySetView(RequestContext context,
Asset asset,
MapView<K,V,V> kvMapView) |
| Constructor and Description |
|---|
VanillaReplication(RequestContext requestContext,
Asset asset,
MapView mapView) |
Copyright © 2015. All rights reserved.