Interface ImmutableSortedMap.Builder.KeyTranslator<C,D>

Enclosing class:
ImmutableSortedMap.Builder

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

    Modifier and Type
    Method
    Description
    translate(C key)
     
  • Method Details

    • translate

      D translate(C key)