Changed Classes |
Booleans
|
Static utility methods pertaining to {@code boolean} primitives, that are not already found in
either Boolean or Arrays. |
Bytes
|
Static utility methods pertaining to {@code byte} primitives, that are not already found in
either Byte or Arrays, and interpret bytes as neither signed nor unsigned. |
Chars
|
Static utility methods pertaining to {@code char} primitives, that are not already found in
either Character or Arrays. |
Doubles
|
Static utility methods pertaining to {@code double} primitives, that are not already found in
either Double or Arrays. |
Floats
|
Static utility methods pertaining to {@code float} primitives, that are not already found in
either Float or Arrays. |
Ints
|
Static utility methods pertaining to {@code int} primitives, that are not already found in either
Integer or Arrays. |
Longs
|
Static utility methods pertaining to {@code long} primitives, that are not already found in
either Long or Arrays. |
Shorts
|
Static utility methods pertaining to {@code short} primitives, that are not already found in
either Short or Arrays. |