JavaScript is disabled on your browser.
Skip navigation links
EclipseLink 4.0.4, API Reference
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.eclipse.persistence.moxy
Package
org.eclipse.persistence.internal.jaxb.many
Interface MapEntry<K,
V>
public interface
MapEntry<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
getKey
()
V
getValue
()
void
setKey
(
K
key)
void
setValue
(
V
value)
Method Details
getKey
K
getKey
()
getValue
V
getValue
()
setKey
void
setKey
(
K
key)
setValue
void
setValue
(
V
value)