Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java115 TypeLiteral<T> wrappedPrimitives = (TypeLiteral<T>) PRIMITIVE_TO_WRAPPER.get(typeLiteral); in canonicalizeForKey() local
116 if (wrappedPrimitives != null) { in canonicalizeForKey()
117 return wrappedPrimitives; in canonicalizeForKey()