Implement AB6, Aufgabe 1+2
This commit is contained in:
@ -222,7 +222,7 @@ public class BodyLinkedList implements Iterable<Body> {
|
||||
};
|
||||
}
|
||||
|
||||
private class Item {
|
||||
private static class Item {
|
||||
private final Body body;
|
||||
private Item prev;
|
||||
private Item next;
|
||||
|
Reference in New Issue
Block a user