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

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

Type Parameters

Name Description
C
D

Methods

translate(C key)

public abstract D translate(C key)
Parameter
Name Description
key C
Returns
Type Description
D