-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b04
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
CollectorImpl is currently a class that just holds 4 private final fields and has accessor methods to return each of them, named the same as the fields. Seems like a perfect fit for a record.
CollectorImpl is currently a class that just holds 4 private final fields and has accessor methods to return each of them, named the same as the fields. Seems like a perfect fit for a record.