Home
last modified time | relevance | path

Searched refs:keyMatches (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DRealMultibinder.java352 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