JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
team.unnamed.inject.multibinding
Interface MapCreator
public interface
MapCreator
Represents a map creator used by the map multi-binder to inject its values
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
<K,V> java.util.Map<K,V>
create
()
Method Detail
create
<K,V> java.util.Map<K,V> create()
Type Parameters:
K
- The map key type
V
- The map value type
Returns:
A new empty map
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method