JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
GigaSpaces 18.0.0 API
com.gigaspaces.internal.utils.collections
MapFactory
Contents
Description
Method Summary
Method Details
create()
copy(Map)
Hide sidebar
Show sidebar
Interface MapFactory<
K
,
V
>
All Known Implementing Classes:
HashMapFactory
,
THashMapFactory
public interface
MapFactory<K,
V>
Since:
12.0
Author:
Niv Ingberg
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
K
,
V
>
copy
(
Map
<
K
,
V
> map)
Map
<
K
,
V
>
create
()
Method Details
create
Map
<
K
,
V
>
create
()
copy
Map
<
K
,
V
>
copy
(
Map
<
K
,
V
> map)