Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMapGenerators.java191 mapEntry("one", collectionOf(10000)),
192 mapEntry("two", collectionOf(-2000)),
193 mapEntry("three", collectionOf(300)),
194 mapEntry("four", collectionOf(-40)),
195 mapEntry("five", collectionOf(5)));
199 private static Collection<Integer> collectionOf(int item) {
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMapGenerators.java191 mapEntry("one", collectionOf(10000)),
192 mapEntry("two", collectionOf(-2000)),
193 mapEntry("three", collectionOf(300)),
194 mapEntry("four", collectionOf(-40)),
195 mapEntry("five", collectionOf(5)));
199 private static Collection<Integer> collectionOf(int item) {
/external/guice/core/src/com/google/inject/util/
DTypes.java104 public static ParameterizedType collectionOf(Type elementType) { in collectionOf() method in Types
/external/guice/core/src/com/google/inject/internal/
DRealMultibinder.java71 Type type = Types.collectionOf(providerType); in collectionOfProvidersOf()
80 Type type = Types.collectionOf(providerType); in collectionOfJavaxProvidersOf()
DRealMapBinder.java165 keyType.getType(), Types.collectionOf(Types.providerOf(valueType.getType())))); in mapOfCollectionOfProviderOf()
175 keyType.getType(), Types.collectionOf(Types.javaxProviderOf(valueType.getType())))); in mapOfCollectionOfJavaxProviderOf()
/external/guice/core/test/com/google/inject/internal/
DMapBinderTest.java113 private Type collectionOf(Type type) { in collectionOf() method in MapBinderTest
148 Types.mapOf(String.class, Types.collectionOf(Types.providerOf(String.class)))), in testAllBindings()
152 String.class, Types.collectionOf(Types.javaxProviderOf(String.class)))), in testAllBindings()
159 collectionOf( in testAllBindings()
164 collectionOf( in testAllBindings()