Searched defs:newMapBinder (Results 1 – 1 of 1) sorted by relevance
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/ |
D | MapBinder.java | 143 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 154 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 163 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 175 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, in newMapBinder() method in MapBinder 184 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, TypeLiteral<K> keyType, in newMapBinder() method in MapBinder 196 public static <K, V> MapBinder<K, V> newMapBinder(Binder binder, Class<K> keyType, in newMapBinder() method in MapBinder
|