j
k
j a
j l
class C { final array b; final array D() { return b; }; void create(array _b) { b = _b; }; };
Sidenote: I would use
void create(array b) { this::b = b; }
Back to the thread
Back to the list