Class ImmutableSet.SerializedForm

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ImmutableSet<E>

    private static class ImmutableSet.SerializedForm
    extends java.lang.Object
    implements java.io.Serializable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object[] elements  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedForm​(java.lang.Object[] 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

      • elements

        final java.lang.Object[] elements
    • Constructor Detail

      • SerializedForm

        SerializedForm​(java.lang.Object[] elements)
    • Method Detail

      • readResolve

        java.lang.Object readResolve()