Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
DMultibinder.java329 if (keyMatches(entry.getKey())) { in initialize()
359 private boolean keyMatches(Key<?> key) { in keyMatches() method in Multibinder.RealMultibinder
431 return keyMatches(binding.getKey()) in containsElement()