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

NameDescription
A
B

Methods

doBackward(B object)

public abstract A doBackward(B object)
Parameter
NameDescription
objectB
Returns
TypeDescription
A

doForward(A object)

public abstract B doForward(A object)
Parameter
NameDescription
objectA
Returns
TypeDescription
B