Uses of Class
collection.City.City
Packages that use City
Package
Description
-
Uses of City in collection.City
Methods in collection.City with parameters of type City -
Uses of City in collection.comparators
Methods in collection.comparators with parameters of type CityModifier and TypeMethodDescriptionint
Compares two City objects based on their natural order using the compareTo method.int
Compares two City objects based on their elevation in meters above sea level. -
Uses of City in collectionManagers
Methods in collectionManagers that return CityModifier and TypeMethodDescriptionstatic City
IdManager.checkCityById
(Long id) Checks if a City object with the given ID exists in the collection, and if so, returns itCityManager.getFirstOrNew()
Returns first element of collection.Methods in collectionManagers that return types with arguments of type CityMethods in collectionManagers with parameters of type CityModifier and TypeMethodDescriptionvoid
CityManager.addElementToCollection
(City value) Adds a City element to the collection managed by the CityManager.Method parameters in collectionManagers with type arguments of type CityModifier and TypeMethodDescriptionvoid
CityManager.setCollection
(TreeSet<City> cityTreeSet) Sets the collection of cities. -
Uses of City in collectionManagers.modeManagers.nonUserMode
Methods in collectionManagers.modeManagers.nonUserMode that return CityModifier and TypeMethodDescriptionCityNonUserManager.buildObject()
Generates a City object by reading values from the scanner and sets its attributes accordingly. -
Uses of City in collectionManagers.modeManagers.userMode
Methods in collectionManagers.modeManagers.userMode that return CityModifier and TypeMethodDescriptionCityCLIManager.buildObject()
Builds a new City object using user input through the command line interface. -
Uses of City in collectionManagers.validators
Methods in collectionManagers.validators with parameters of type City -
Uses of City in commandManagers.commands
Constructor parameters in commandManagers.commands with type arguments of type CityModifierConstructorDescriptionAdd
(ModeManager<City> handler) Provides choosing handlerAddIfMin
(ModeManager<City> handler) Provides choosing handlerRemoveGreater
(ModeManager<City> handler) Provides choosing handlerUpdateId
(ModeManager<City> modeManager) Provides choosing handler