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