Package com.google.protobuf
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(int from)
-
-
-
Method Detail
-
convert
T convert(int from)
-
-