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