isWrapperType metodu
Metod belirtilen sınıfın bir primitive için wrapper olup olmadığını döner. Boolean.class boolean için wrapper sayılır. Şöyle yaparız.
Integer.class girdisine int.class döndürür.
wrap metodu
int.class girdisine Integer.class döndürür.
Metod belirtilen sınıfın bir primitive için wrapper olup olmadığını döner. Boolean.class boolean için wrapper sayılır. Şöyle yaparız.
Primitives.isWrapperType(class)
uwrap metoduInteger.class girdisine int.class döndürür.
wrap metodu
int.class girdisine Integer.class döndürür.
Hiç yorum yok:
Yorum Gönder