public final class Primitives extends Object
Primitives
static Set<Class<?>>
allPrimitiveTypes()
allWrapperTypes()
static boolean
isWrapperType(Class<?> type)
static <T> Class<T>
unwrap(Class<T> type)
wrap(Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Set<Class<?>> allPrimitiveTypes()
public static Set<Class<?>> allWrapperTypes()
public static boolean isWrapperType(Class<?> type)
public static <T> Class<T> wrap(Class<T> type)
public static <T> Class<T> unwrap(Class<T> type)
Copyright © 2022. All rights reserved.