Searched refs:keyMatches (Results 1 – 2 of 2) sorted by relevance
352 if (keyMatches(entry.getKey())) { in initialize()479 return keyMatches(binding.getKey()) in containsElement()489 private boolean keyMatches(Key<?> key) { in keyMatches() method in RealMultibinder.BindingSelection
1079 List<A> keyMatches = pairer.get().pairOne(expected, getCastActual(), exceptions);1080 if (!keyMatches.isEmpty()) {1090 keyMatches,