private static class RegularImmutableBiMap.InverseSerializedForm<K,V>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private ImmutableBiMap<K,V> |
forward |
private static long |
serialVersionUID |
Constructor and Description |
---|
InverseSerializedForm(ImmutableBiMap<K,V> forward) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
readResolve() |
private final ImmutableBiMap<K,V> forward
private static final long serialVersionUID
InverseSerializedForm(ImmutableBiMap<K,V> forward)