5183ea3d68
Optionals containing boxed primitive types are prohibitively costly because they have two level of boxing. For Optional<Integer> the analogous OptionalInt can be used to avoid the boxing of the contained int value. |
||
---|---|---|
.. | ||
src | ||
build.gradle |