public static class JavaUtils.SerializableMapWrapper<A,B>
extends java.util.AbstractMap<A,B>
implements java.io.Serializable
| Constructor and Description |
|---|
SerializableMapWrapper(scala.collection.Map<A,B> underlying) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
java.util.Set<java.util.Map.Entry<A,B>> |
entrySet() |
B |
get(Object key) |
int |
size() |