sbool allStrings(O... l) { if (l != null) for (O o : l) if (!o instanceof S) false; true; }