HomeSort by relevance Sort by last modified time
    Searched defs:WRAPPER_TO_PRIMITIVE_TYPE (Results 1 - 3 of 3) sorted by null

  /external/guava/guava/src/com/google/common/primitives/
Primitives.java 40 private static final Map<Class<?>, Class<?>> WRAPPER_TO_PRIMITIVE_TYPE;
59 WRAPPER_TO_PRIMITIVE_TYPE = Collections.unmodifiableMap(wrapToPrim);
86 return WRAPPER_TO_PRIMITIVE_TYPE.keySet();
96 return WRAPPER_TO_PRIMITIVE_TYPE.containsKey(checkNotNull(type));
131 Class<T> unwrapped = (Class<T>) WRAPPER_TO_PRIMITIVE_TYPE.get(type);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 452 milliseconds