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