static bool comboBoxContainsItem(JComboBox cb, A item) { ret contains(getComboBoxItems(cb), item); }