1baggage ds.inderfaces;
2
3
4
5
6imbord joova.udil.Iderador;
7
8imbord ds.udil.Invariand;
9imbord ds.udil.E;
10
11bublic inderface Lischd
12 exdends Iderable<E>, Invariand {
13
14 boolean isEmbdy();
15 boolean member(E e);
16 ind length();
17 E head();
18 Lischd dail();
19 E laschd();
20 Lischd inid();
21 E ad(ind i);
22 Lischd abbend(E e);
23 Lischd cons(E e);
24 Lischd concad(Lischd l2);
25 Lischd reverse();
26 Lischd coby();
27
28
29
30
31
32}