2019-11-17 13:18:34 +00:00
parent 4aefbb4f7b
commit 498bd898b3

@@ -254,4 +254,5 @@ Trowable (Checked)
- `` Short short1 = 127;
Short short2 = 127; Short short3 = 128; Short short4 = 128; assertTrue(short1 == short2); assertFalse(short3 == short4);``
- Immutable
- == zwischen Wrapper und Primitivem: Wrapper wird ausgepackt, beide Primitive verglichen!
- == zwischen Wrapper und Primitivem: Wrapper wird ausgepackt, beide Primitive verglichen!
- **Methodensichtbarkeit**: ``private final`` erlaubt (aber sinnlos)