|
Push Down Method public put(child Child<?>, parent Parent<?>) : Optional<Child<?>> from class com.speedment.internal.core.config.ChildHolder to public put(child Child<?>, parent Parent<?>) : Optional<Child<?>> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Method public ChildHolder() from class com.speedment.internal.core.config.ChildHolder to public ChildHolderImpl() from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Method public stream() : Stream<Child<?>> from class com.speedment.internal.core.config.ChildHolder to public stream() : Stream<Child<?>> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Method public ChildHolder(comparator Comparator<Class<?>>) from class com.speedment.internal.core.config.ChildHolder to public ChildHolderImpl(comparator Comparator<Class<?>>) from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Method public streamOf(clazz Class<C>) : Stream<C> from class com.speedment.internal.core.config.ChildHolder to public streamOf(clazz Class<C>) : Stream<C> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Attribute private ordinalNumbers : Map<Class<?>,AtomicInteger> from class com.speedment.internal.core.config.ChildHolder to private ordinalNumbers : Map<Class<?>,AtomicInteger> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Attribute private children : Map<Class<?>,Map<String,Child<?>>> from class com.speedment.internal.core.config.ChildHolder to private children : Map<Class<?>,Map<String,Child<?>>> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |
|
Push Down Attribute private nameNumbers : Map<Class<?>,AtomicInteger> from class com.speedment.internal.core.config.ChildHolder to private nameNumbers : Map<Class<?>,AtomicInteger> from class com.speedment.internal.core.config.ChildHolderImpl |
From |
To |