Home
last modified time | relevance | path

Searched defs:collectionOf (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/util/
DTypes.java104 public static ParameterizedType collectionOf(Type elementType) { in collectionOf() method in Types
/external/guice/core/test/com/google/inject/internal/
DMapBinderTest.java113 private Type collectionOf(Type type) { in collectionOf() method in MapBinderTest