Package com.google.common.collect
Class EmptyContiguousSet.SerializedForm<C extends java.lang.Comparable>
- java.lang.Object
-
- com.google.common.collect.EmptyContiguousSet.SerializedForm<C>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- EmptyContiguousSet<C extends java.lang.Comparable>
@GwtIncompatible private static final class EmptyContiguousSet.SerializedForm<C extends java.lang.Comparable> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private DiscreteDomain<C>
domain
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
SerializedForm(DiscreteDomain<C> domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.Object
readResolve()
-
-
-
Field Detail
-
domain
private final DiscreteDomain<C extends java.lang.Comparable> domain
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerializedForm
private SerializedForm(DiscreteDomain<C> domain)
-
-