Uses of Class
org.goplanit.mode.ModesImpl
-
Packages that use ModesImpl Package Description org.goplanit.mode -
-
Uses of ModesImpl in org.goplanit.mode
Methods in org.goplanit.mode that return ModesImpl Modifier and Type Method Description ModesImpl
ModesImpl. deepClone()
Deep clone implementationModesImpl
ModesImpl. deepCloneWithMapping(BiConsumer<Mode,Mode> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperModesImpl
ModesImpl. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.mode with parameters of type ModesImpl Constructor Description ModesImpl(ModesImpl other, boolean deepCopy, BiConsumer<Mode,Mode> mapper)
Copy Constructor, also creates a new factory with reference to this container
-