private static final class ImmutableSortedMultiset.SerializedForm<E>
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Comparator<? super E> |
comparator |
(package private) int[] |
counts |
(package private) E[] |
elements |
Constructor and Description |
---|
SerializedForm(SortedMultiset<E> multiset) |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
readResolve() |
java.util.Comparator<? super E> comparator
E[] elements
int[] counts
SerializedForm(SortedMultiset<E> multiset)