JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.jenax.io.json.accumulator
Interface EntryMapper<KI,
KO,
VO,
VI>
public interface
EntryMapper<KI,
KO,
VO,
VI>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
KO
mapKey
(
KI
key)
VO
mapValue
(
VI
value)
Method Details
mapKey
KO
mapKey
(
KI
key)
mapValue
VO
mapValue
(
VI
value)