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. 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 UndirectedConnectoidsImpl Constructor Description UndirectedConnectoidsImpl(UndirectedConnectoidsImpl other)
Copy constructor
-