Description
PropertiesUtil use the valueOf method to convert from String to int/long/boolean. Using the parseXXX variant means that no object creation + unboxing happens. ( Boolean is a special case, but that should be avoided anyway )
PropertiesUtil use the valueOf method to convert from String to int/long/boolean. Using the parseXXX variant means that no object creation + unboxing happens. ( Boolean is a special case, but that should be avoided anyway )