Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Class and Description |
---|---|
static class |
ErlangValue.StringListElementConverter
Converts list elements to
String s. |
Modifier and Type | Method and Description |
---|---|
<T> Collection<T> |
ErlangValue.listCollectionValue(Class<? extends Collection<T>> clazz,
ErlangValue.ListElementConverter<T> converter)
Returns a
Collection of mixed Java values of the wrapped erlang
value (internally represented as a list in Erlang). |
<T> List<T> |
ErlangValue.listValue(ErlangValue.ListElementConverter<T> converter)
Returns a list of mixed Java values of the wrapped erlang value.
|