|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapReplicatorSpi
Map Replicator SPI.
Nested Class Summary | |
---|---|
static interface |
MapReplicatorSpi.Factory
Map Replicator Factory SPI. |
Method Summary | ||
---|---|---|
|
replicateMap(Map<K,V> fromMap,
Class<T> toClass)
Returns a replicated map. |
Method Detail |
---|
<K,V,T> T replicateMap(Map<K,V> fromMap, Class<T> toClass)
K
- key type of the from mapV
- value type of the from mapT
- target class typefromMap
- from maptoClass
- target class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |