Package com.google.common.collect
Class ImmutableSortedMultiset.SerializedForm<E>
java.lang.Object
com.google.common.collect.ImmutableSortedMultiset.SerializedForm<E>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ImmutableSortedMultiset<E>
private static final class ImmutableSortedMultiset.SerializedForm<E>
extends Object
implements Serializable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Comparator
<? super E> (package private) final int[]
(package private) final E[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
comparator
-
elements
-
counts
final int[] counts
-
-
Constructor Details
-
SerializedForm
SerializedForm(SortedMultiset<E> multiset)
-
-
Method Details
-
readResolve
Object readResolve()
-