Lookup from the Set interface. Not interesting for a String set.
String lookup(Object value) => contains(value) ? value : null;