public static class ErlangValue.StringListElementConverter extends Object implements ErlangValue.ListElementConverter<String>
String
s.Constructor and Description |
---|
StringListElementConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convert(int i,
ErlangValue v)
Conversion function.
|
public String convert(int i, ErlangValue v)
ErlangValue.ListElementConverter
convert
in interface ErlangValue.ListElementConverter<String>
i
- the index in the listv
- the value to convert