Interface Internal.MapAdapter.Converter<A,B> (3.19.4)

public static interface Internal.MapAdapter.Converter<A,B>

An interface used to convert between two types.

Type Parameters

Name Description
A
B

Methods

doBackward(B object)

public abstract A doBackward(B object)
Parameter
Name Description
object B
Returns
Type Description
A

doForward(A object)

public abstract B doForward(A object)
Parameter
Name Description
object A
Returns
Type Description
B