JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.h2.mvstore
Interface MVMap.MapBuilder<M extends
MVMap
<K,V>,K,V>
Type Parameters:
M
- the map type
K
- the key type
V
- the value type
All Known Implementing Classes:
MVMap.Builder
,
MVMapConcurrent.Builder
,
MVRTreeMap.Builder
Enclosing class:
MVMap
<
K
,
V
>
public static interface
MVMap.MapBuilder<M extends
MVMap
<K,V>,K,V>
A builder for maps.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
M
create
()
Create a new map of the given type.
Method Detail
create
M
create()
Create a new map of the given type.
Returns:
the map
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method