Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comparator

        final java.util.Comparator<? super E> comparator
      • elements

        final E[] elements
      • counts

        final int[] counts
    • Method Detail

      • readResolve

        java.lang.Object readResolve()