/* */ case 10:
/* 1441 */ this.content.add(new FloatContainer(input.readFloat())); break;
/* */ case 30:
/* 1443 */ this.content.add(new Float(input.readFloat())); break;
/* */ case 5:
/* 1445 */ this.content.add(new DoubleContainer(input.readDouble())); break;
/* */ case 25:
/* 1447 */ this.content.add(new Double(input.readDouble())); break;
/* */ case 11:
/* 1449 */ this.content.add(new CharacterContainer(input.readChar())); break;
/* */ case 31: