Module org.jgrapht.core
Package org.jgrapht.util
Class SupplierUtil.ConstructorSupplier.SerializedForm<T>
- java.lang.Object
-
- org.jgrapht.util.SupplierUtil.ConstructorSupplier.SerializedForm<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SupplierUtil.ConstructorSupplier<T>
private static class SupplierUtil.ConstructorSupplier.SerializedForm<T> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
private java.lang.Class<T>
type
-
Constructor Summary
Constructors Constructor Description SerializedForm(java.lang.Class<T> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
type
private final java.lang.Class<T> type
-
-
Constructor Detail
-
SerializedForm
public SerializedForm(java.lang.Class<T> type)
-
-