21 Eylül 2018 Cuma

Primitives Sınıfı

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.
Primitives.isWrapperType(class)
uwrap metodu
Integer.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