T - concrete type of the Map.Entrypublic interface MapEntryFactory<T extends Map.Entry>
| Modifier and Type | Method and Description |
|---|---|
T |
create(com.hazelcast.nio.serialization.Data key,
com.hazelcast.nio.serialization.Data value)
Creates an instance of a Map.Entry implementation
|
T create(com.hazelcast.nio.serialization.Data key, com.hazelcast.nio.serialization.Data value)
key - given keyvalue - given valueCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.