Package org.goplanit.project
Class ProjectZonings
- java.lang.Object
-
- org.goplanit.utils.wrapper.MapWrapperImpl<Long,V>
-
- org.goplanit.utils.wrapper.LongMapWrapperImpl<Zoning>
-
- org.goplanit.project.ProjectZonings
-
- All Implemented Interfaces:
Cloneable,Iterable<Zoning>,LongMapWrapper<Zoning>,MapWrapper<Long,Zoning>
public class ProjectZonings extends LongMapWrapperImpl<Zoning>
Class for registered zonings on project
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectZonings()ConstructorprotectedProjectZonings(ProjectZonings other)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectZoningsclone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly created-
Methods inherited from class org.goplanit.utils.wrapper.LongMapWrapperImpl
containsKey, get, remove
-
Methods inherited from class org.goplanit.utils.wrapper.MapWrapperImpl
clear, contains, createEmptyInstance, findFirst, get, getKeyByValue, getMap, getValueToKey, isEmpty, iterator, register, remove, setMap, size, toCollection, valuesAsNewSet
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Constructor Detail
-
ProjectZonings
protected ProjectZonings()
Constructor
-
ProjectZonings
protected ProjectZonings(ProjectZonings other)
Copy constructor- Parameters:
other- to copy
-
-
Method Detail
-
clone
public ProjectZonings clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly created- Specified by:
clonein interfaceMapWrapper<Long,Zoning>- Specified by:
clonein classLongMapWrapperImpl<Zoning>- Returns:
- copy
-
-