Package com.google.common.collect
Class ImmutableAsList.SerializedForm
java.lang.Object
com.google.common.collect.ImmutableAsList.SerializedForm
- All Implemented Interfaces:
Serializable
- Enclosing class:
ImmutableAsList<E>
Serialized form that leads to the same performance as the original list.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final ImmutableCollection
<?> private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
collection
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SerializedForm
SerializedForm(ImmutableCollection<?> collection)
-
-
Method Details
-
readResolve
Object readResolve()
-