Uses of Class
org.goplanit.zoning.TransferZonesImpl
-
Packages that use TransferZonesImpl Package Description org.goplanit.zoning -
-
Uses of TransferZonesImpl in org.goplanit.zoning
Methods in org.goplanit.zoning that return TransferZonesImpl Modifier and Type Method Description TransferZonesImpl
TransferZonesImpl. clone()
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 TransferZonesImpl Constructor Description TransferZonesImpl(TransferZonesImpl other)
Copy constructor
-