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