Searched refs:isWrapperType (Results 1 – 2 of 2) sorted by relevance
33 assertTrue(Primitives.isWrapperType(Void.class)); in testIsWrapperType()34 assertFalse(Primitives.isWrapperType(void.class)); in testIsWrapperType()
95 public static boolean isWrapperType(Class<?> type) { in isWrapperType() method in Primitives