Interface Internal.IntListAdapter.IntConverter<T>

Enclosing class:
Internal.IntListAdapter<T>

public static interface Internal.IntListAdapter.IntConverter<T>
Convert individual elements of the List from int to T.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(int from)
     
  • Method Details

    • convert

      T convert(int from)