Searched refs:allWrapperTypes (Results 1 – 4 of 4) sorted by relevance
65 Set<Class<?>> wrappers = Primitives.allWrapperTypes(); in testAllWrapperTypes()
85 public static Set<Class<?>> allWrapperTypes() { in allWrapperTypes() method in Primitives
459 return Primitives.allWrapperTypes().contains(runtimeType); in isWrapper()
922 for (Class<?> type : Primitives.allWrapperTypes()) { in testPrimitiveWrappingAndUnwrapping()