I came across some Java code that had the following structure:
public MyParameterizedFunction(String param1, int param2) { this(param1, param2, false); }
No. In general Java doesn't have much (any) syntactic sugar, since they tried to make a simple language.