Fork me on GitHub

Android Studio高频Postfix总结

var声明

var

null判空

null

notnull判非空

notnull

nn判非空

nn

for遍历

for

fori带索引的遍历

fori

not取反

not

if条件判断

if

cast强转

cast

return返回值

return


------------- The end -------------