Interface ImmutableSortedMap.Builder.KeyTranslator<C,D> (3.20.0)

public static interface ImmutableSortedMap.Builder.KeyTranslator<C,D>

Type Parameters

NameDescription
C
D

Methods

translate(C key)

public abstract D translate(C key)
Parameter
NameDescription
keyC
Returns
TypeDescription
D