5 So I am getting `BC0u cc/squirreljme/runtime/cldc/io/Decoder`
6 `averageSequenceLength:()D`. So this is a method from a super-interface
7 and the Decoder is an interface itself. So I wonder.
11 Oh yes! Interfaces do not technically extend any other class other than `Object`
12 so I have to look at other classes in the interfaces!