>nitpicking welcome :)

AFAIK (*), removing 'private' for supplier field could prevent
javac to generate accessors for this field, in case it would be
accessed from outside inner class (but since it's not, it would
not yield better perfs, just smaller bytecode).

(*) If I correctly undertood what Rémi once said :)

-Jeff

Reply via email to