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 Detail

      • convert

        T convert​(int from)