Package com.google.common.collect
Class ImmutableSortedMultiset.SerializedForm<E>
- java.lang.Object
-
- com.google.common.collect.ImmutableSortedMultiset.SerializedForm<E>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableSortedMultiset<E>
private static final class ImmutableSortedMultiset.SerializedForm<E> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Comparator<? super E>
comparator
(package private) int[]
counts
(package private) E[]
elements
-
Constructor Summary
Constructors Constructor Description SerializedForm(SortedMultiset<E> multiset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Constructor Detail
-
SerializedForm
SerializedForm(SortedMultiset<E> multiset)
-
-