static Set stringsOnly_orderedSet(Iterable it) { ret asLinkedHashSet(stringsOnly(it)); }