Vlad.ToString()
Thursday, March 24, 2011
Return in Java class constructor
I have never seen that before but looking at Android source tree found something like that:
class A {
A(String arg){
if (arg == null){
return;
}
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment