Uses of Class
org.goplanit.zoning.ZonesImpl
-
Packages that use ZonesImpl Package Description org.goplanit.zoning -
-
Uses of ZonesImpl in org.goplanit.zoning
Subclasses of ZonesImpl in org.goplanit.zoning Modifier and Type Class Description class
OdZonesImpl
implementation of the Zones <T> interface for Od zonesclass
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesMethods in org.goplanit.zoning that return ZonesImpl Modifier and Type Method Description abstract ZonesImpl<Z>
ZonesImpl. deepClone()
Deep clone implementationabstract ZonesImpl<Z>
ZonesImpl. deepCloneWithMapping(BiConsumer<Z,Z> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperabstract ZonesImpl<Z>
ZonesImpl. 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 ZonesImpl Constructor Description ZonesImpl(ZonesImpl<Z> zonesImpl, boolean deepCopy, BiConsumer<Z,Z> mapper)
Copy constructor
-