Yes a:

switch (variable) {
x { commands }
y { commands }
default { commands }
}

Would be cool, but I also miss do-while and for loops.