Uses of Class
org.goplanit.zoning.UndirectedConnectoidsImpl
-
Packages that use UndirectedConnectoidsImpl Package Description org.goplanit.zoning -
-
Uses of UndirectedConnectoidsImpl in org.goplanit.zoning
Methods in org.goplanit.zoning that return UndirectedConnectoidsImpl Modifier and Type Method Description UndirectedConnectoidsImpl
UndirectedConnectoidsImpl. deepClone()
Deep clone implementationUndirectedConnectoidsImpl
UndirectedConnectoidsImpl. deepCloneWithMapping(BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUndirectedConnectoidsImpl
UndirectedConnectoidsImpl. 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.zoning with parameters of type UndirectedConnectoidsImpl Constructor Description UndirectedConnectoidsImpl(UndirectedConnectoidsImpl other, boolean deepCopy, BiConsumer<UndirectedConnectoid,UndirectedConnectoid> mapper)
Copy constructor, also creates new factory with this as its underlying container
-