Searched refs:idSet (Results 1 – 2 of 2) sorted by relevance
812 final Set<String> idSet = set(ids); in selectByIds() local815 if (idSet.contains(si.getId())) { in selectByIds()817 idSet.remove(si.getId()); in selectByIds()820 if (idSet.size() > 0) { in selectByIds()821 fail("Shortcuts not found for IDs=" + idSet); in selectByIds()
5772 Set<Integer> idSet = new HashSet<>(); in getNrContextIds() local5778 idSet.add(id); in getNrContextIds()5784 return idSet; in getNrContextIds()