Class ImmutableSortedSet.SerializedForm<E>

java.lang.Object
com.google.common.collect.ImmutableSortedSet.SerializedForm<E>
All Implemented Interfaces:
Serializable
Enclosing class:
ImmutableSortedSet<E>

private static class ImmutableSortedSet.SerializedForm<E> extends Object implements Serializable
  • Field Details

  • Constructor Details

    • SerializedForm

      public SerializedForm(Comparator<? super E> comparator, Object[] elements)
  • Method Details

    • readResolve

      Object readResolve()