- java.lang.Object
-
- org.jgrapht.util.SupplierUtil.ConstructorSupplier<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Supplier<T>
- Enclosing class:
- SupplierUtil
private static class SupplierUtil.ConstructorSupplier<T> extends java.lang.Object implements java.util.function.Supplier<T>, java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SupplierUtil.ConstructorSupplier.SerializedForm<T>
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Constructor<? extends T>
constructor
-
Constructor Summary
Constructors Constructor Description ConstructorSupplier(java.lang.reflect.Constructor<? extends T> constructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
(package private) java.lang.Object
writeReplace()
-