Package com.google.common.collect
Class ImmutableMultiset.EntrySetSerializedForm<E>
- java.lang.Object
-
- com.google.common.collect.ImmutableMultiset.EntrySetSerializedForm<E>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableMultiset<E>
@GwtIncompatible static class ImmutableMultiset.EntrySetSerializedForm<E> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ImmutableMultiset<E>
multiset
-
Constructor Summary
Constructors Constructor Description EntrySetSerializedForm(ImmutableMultiset<E> multiset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
multiset
final ImmutableMultiset<E> multiset
-
-
Constructor Detail
-
EntrySetSerializedForm
EntrySetSerializedForm(ImmutableMultiset<E> multiset)
-
-