static LS stringsOnly(Iterable it) { new LS out; for unnull (O o : it) if (o cast S) out.add(o); ret out; }