Uses of Class
org.goplanit.demands.UserClasses
-
Packages that use UserClasses Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of UserClasses in org.goplanit.demands
Fields in org.goplanit.demands declared as UserClasses Modifier and Type Field Description UserClasses
Demands. userClasses
internal class instance containing all user classes on this demand instanceprotected UserClasses
UserClassesFactory. userClasses
container to useMethods in org.goplanit.demands that return UserClasses Modifier and Type Method Description UserClasses
UserClasses. deepClone()
Deep clone implementationUserClasses
UserClasses. deepCloneWithMapping(BiConsumer<UserClass,UserClass> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUserClasses
UserClasses. 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.demands with parameters of type UserClasses Constructor Description UserClasses(UserClasses other, boolean deepCopy, BiConsumer<UserClass,UserClass> mapper)
Copy constructorUserClassesFactory(IdGroupingToken tokenId, UserClasses userClasses)
Constructor
-