Searched refs:allPrimitiveTypes (Results 1 – 3 of 3) sorted by relevance
50 Set<Class<?>> primitives = Primitives.allPrimitiveTypes(); in testAllPrimitiveTypes()
75 public static Set<Class<?>> allPrimitiveTypes() { in allPrimitiveTypes() method in Primitives
919 for (Class<?> type : Primitives.allPrimitiveTypes()) { in testPrimitiveWrappingAndUnwrapping()