Package org.goplanit.utils.graph
Class GraphEntityDeepCopyMapper<T extends GraphEntity>
- java.lang.Object
-
- org.goplanit.utils.misc.DeepCopyMapper<T>
-
- org.goplanit.utils.graph.GraphEntityDeepCopyMapper<T>
-
- Type Parameters:
T
- type of graph entity
- All Implemented Interfaces:
BiConsumer<T,T>
public class GraphEntityDeepCopyMapper<T extends GraphEntity> extends DeepCopyMapper<T>
A GraphEntity version of a #DeepCopyMapper
-
-
Constructor Summary
Constructors Constructor Description GraphEntityDeepCopyMapper()
-
Method Summary
-
Methods inherited from class org.goplanit.utils.misc.DeepCopyMapper
accept, getMapping, stream
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-