static class ImmutableMultiset.EntrySetSerializedForm<E>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
(package private) ImmutableMultiset<E> |
multiset |
Constructor and Description |
---|
EntrySetSerializedForm(ImmutableMultiset<E> multiset) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
readResolve() |
final ImmutableMultiset<E> multiset
EntrySetSerializedForm(ImmutableMultiset<E> multiset)