Uses of Class
org.goplanit.demands.TravellerTypes
-
Packages that use TravellerTypes Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of TravellerTypes in org.goplanit.demands
Fields in org.goplanit.demands declared as TravellerTypes Modifier and Type Field Description TravellerTypesDemands. travelerTypesinternal class instance containing all traveler types on this demand instanceprotected TravellerTypesTravellerTypesFactory. travellerTypescontainer to useMethods in org.goplanit.demands that return TravellerTypes Modifier and Type Method Description TravellerTypesTravellerTypes. deepClone()Deep clone implementationTravellerTypesTravellerTypes. deepCloneWithMapping(BiConsumer<TravellerType,TravellerType> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTravellerTypesTravellerTypes. 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 TravellerTypes Constructor Description TravellerTypes(TravellerTypes other, boolean deepCopy, BiConsumer<TravellerType,TravellerType> mapper)Copy constructorTravellerTypesFactory(IdGroupingToken tokenId, TravellerTypes travellerTypes)Constructor
-