I have been wondering for sometime why java doesn't have any keyword like "IN" that is used in SQL/PL-SQL. It's quite a useful keyword that helps to compare value to several other values at once instead of writing ugly code with || or lengthy if-else! Any propositions of this kind in JSRs?
PS: I am not looking for a workaround, but I wanted to know if there was any particular reason that this functionality doesn't exist in java or any proposals in near future