Where can i browse the Android 2.2 Froyo source of java.lang.String? -


i browse online.

the official google 1 preferred.

in particular, want access

https://android.googlesource.com/platform/libcore/+/froyo/luni/src/main/java/java/lang/string.java

but can see in the list here, gingerbread , later releases available.

https://android.googlesource.com/platform/libcore/+/gingerbread/luni/src/main/java/java/lang/string.java

if there really browse online, attach code stub of public string replace(charsequence target, charsequence replacement) , related methods, appreciated.

thanks lot!

this has right tag , class name: https://android.googlesource.com/platform/dalvik/+/android-2.2_r1/libcore/luni/src/main/java/java/lang/string.java.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -