It would be easier if this just returned a collection. While we're at it, it might be easier to just return a collection of properties, not just the keys
I have modified the getPropertyKeys() method to return a List<>.
I have implemented a getProperties() method to return a List of properties but everywhere we use the getPropertyKeys() method we actually do need the key as well. Almost always to get the property type.
getProperties() will not be useful unless a property also a propertyKey associated with it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have modified the getPropertyKeys() method to return a List<>.
I have implemented a getProperties() method to return a List of properties but everywhere we use the getPropertyKeys() method we actually do need the key as well. Almost always to get the property type.
getProperties() will not be useful unless a property also a propertyKey associated with it.
I'm going to call this closed