JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
net.binis.codegen.collection
Interface CodeMap<K,
V,
R>
All Known Implementing Classes:
CodeMapImpl
public interface
CodeMap<K,
V,
R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
and
()
CodeMap
<
K
,
V
,
R
>
put
(
K
key,
V
value)
Method Details
put
CodeMap
<
K
,
V
,
R
>
put
(
K
key,
V
value)
and
R
and
()