Package com.google.common.collect
Class ImmutableAsList.SerializedForm
- java.lang.Object
-
- com.google.common.collect.ImmutableAsList.SerializedForm
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ImmutableAsList<E>
static class ImmutableAsList.SerializedForm extends java.lang.Object implements java.io.Serializable
Serialized form that leads to the same performance as the original list.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ImmutableCollection<?>
collection
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SerializedForm(ImmutableCollection<?> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
collection
final ImmutableCollection<?> collection
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerializedForm
SerializedForm(ImmutableCollection<?> collection)
-
-