| Super classes [su] [ fr] [ fi] [co] [me] |
|
Object
|
| Most frequently used [su] [ fr] [ fi] [co] [me] |
|
equals(Object anObject) [api
] 94* length() [api ] 88 substring(int beginIndex, int endIndex) [api ] 77 charAt(int index) [api ] 73 substring(int beginIndex) [api ] 69 startsWith(String prefix) [api ] 67 equalsIgnoreCase(String anotherString) [api ] 65 trim() [api ] 64 indexOf(String str) [api ] 62 indexOf(int ch) [api ] 54 endsWith(String suffix) [api ] 53 toLowerCase() [api ] 49 getBytes() [api ] 48 replace(char oldChar, char newChar) [api ] 44 lastIndexOf(int ch) [api ] 43 toCharArray() [api ] 42 valueOf(int i) [api ] 40 String(String original) [api ] 37 toUpperCase() [api ] 37 compareTo(String anotherString) [api ] 37 lastIndexOf(String str) [api ] 36 hashCode() [api ] 36 String(char[] value, int offset, int count) [api ] 36 String(char[] value) [api ] 35 indexOf(String str, int fromIndex) [api ] 34 String(byte[] bytes) [api ] 32 valueOf(Object obj) [api ] 30 indexOf(int ch, int fromIndex) [api ] 30 intern() [api ] 30 concat(String str) [api ] 25 getBytes(String charsetName) [api ] 23 valueOf(char c) [api ] 22 String() [api ] 22 toString() [api ] 21 valueOf(long l) [api ] 19 String(byte[] bytes, int offset, int length) [api ] 18 valueOf(boolean b) [api ] 17 valueOf(float f) [api ] 15 getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) [api ] 15 compareToIgnoreCase(String str) [api ] 14 String(StringBuffer buffer) [api ] 14 lastIndexOf(String str, int fromIndex) [api ] 14 String(byte[] bytes, String charsetName) [api ] 13 valueOf(double d) [api ] 13 getClass() [api ] 11 String(byte[] bytes, int offset, int length, String charsetName) [api ] 10 regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len) [api ] 9 startsWith(String prefix, int toffset) [api ] 9 String(byte[] ascii, int hibyte, int offset, int count) [api ] 8 replaceAll(String regex, String replacement) [api ] 8 toLowerCase(Locale locale) [api ] 8 clone() [api ] 8 regionMatches(int toffset, String other, int ooffset, int len) [api ] 7 valueOf(char[] data) [api ] 6 split(String regex) [api ] 6 String(byte[] ascii, int hibyte) [api ] 5 toUpperCase(Locale locale) [api ] 5 getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) [api ] 5 CASE_INSENSITIVE_ORDER [api ] 5 copyValueOf(char[] data, int offset, int count) [api ] 3 matches(String regex) [api ] 3 notifyAll() [api ] 2 valueOf(char[] data, int offset, int count) [api ] 2 wait() [api ] 2 subSequence(int beginIndex, int endIndex) [api ] 2 lastIndexOf(int ch, int fromIndex) [api ] 1 replaceFirst(String regex, String replacement) [api ] 1 split(String regex, int limit) [api ] 1 toString() [api ] 1 equals(Object obj) [api ] 1 wait(long timeout) [api ] 1 String(int[] codePoints, int offset, int count) [api ] 0 String(StringBuilder builder) [api ] 0 codePointAt(int index) [api ] 0 codePointBefore(int index) [api ] 0 codePointCount(int beginIndex, int endIndex) [api ] 0 contains(CharSequence s) [api ] 0 contentEquals(StringBuffer sb) [api ] 0 contentEquals(CharSequence cs) [api ] 0 copyValueOf(char[] data) [api ] 0 format(String format, Object args) [api ] 0 format(Locale l, String format, Object args) [api ] 0 offsetByCodePoints(int index, int codePointOffset) [api ] 0 replace(CharSequence target, CharSequence replacement) [api ] 0 |
| Fields, alphabetical [su] [ fr] [ fi] [co] [me] |
|
CASE_INSENSITIVE_ORDER [api
] 5 |
| Constructors, by frequency [su] [ fr] [ fi] [co] [me] |
|
String(String original) [api
] 37 String(char[] value, int offset, int count) [api ] 36 String(char[] value) [api ] 35 String(byte[] bytes) [api ] 32 String() [api ] 22 String(byte[] bytes, int offset, int length) [api ] 18 String(StringBuffer buffer) [api ] 14 String(byte[] bytes, String charsetName) [api ] 13 String(byte[] bytes, int offset, int length, String charsetName) [api ] 10 String(byte[] ascii, int hibyte, int offset, int count) [api ] 8 String(byte[] ascii, int hibyte) [api ] 5 String(int[] codePoints, int offset, int count) [api ] 0 String(StringBuilder builder) [api ] 0 |
| Methods, alphabetical [su] [ fr] [ fi] [co] [me] |
|
charAt(int index) [api
] 73 codePointAt(int index) [api ] 0 codePointBefore(int index) [api ] 0 codePointCount(int beginIndex, int endIndex) [api ] 0 compareTo(String anotherString) [api ] 37 compareToIgnoreCase(String str) [api ] 14 concat(String str) [api ] 25 contains(CharSequence s) [api ] 0 contentEquals(StringBuffer sb) [api ] 0 contentEquals(CharSequence cs) [api ] 0 copyValueOf(char[] data, int offset, int count) [api ] 3 copyValueOf(char[] data) [api ] 0 endsWith(String suffix) [api ] 53 equals(Object anObject) [api ] 94 equalsIgnoreCase(String anotherString) [api ] 65 format(String format, Object args) [api ] 0 format(Locale l, String format, Object args) [api ] 0 getBytes(String charsetName) [api ] 23 getBytes(int srcBegin, int srcEnd, byte[] dst, int dstBegin) [api ] 5 getBytes() [api ] 48 getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin) [api ] 15 hashCode() [api ] 36 indexOf(int ch) [api ] 54 indexOf(String str) [api ] 62 indexOf(int ch, int fromIndex) [api ] 30 indexOf(String str, int fromIndex) [api ] 34 intern() [api ] 30 lastIndexOf(String str, int fromIndex) [api ] 14 lastIndexOf(int ch) [api ] 43 lastIndexOf(String str) [api ] 36 lastIndexOf(int ch, int fromIndex) [api ] 1 length() [api ] 88 matches(String regex) [api ] 3 offsetByCodePoints(int index, int codePointOffset) [api ] 0 regionMatches(int toffset, String other, int ooffset, int len) [api ] 7 regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len) [api ] 9 replace(char oldChar, char newChar) [api ] 44 replace(CharSequence target, CharSequence replacement) [api ] 0 replaceAll(String regex, String replacement) [api ] 8 replaceFirst(String regex, String replacement) [api ] 1 split(String regex, int limit) [api ] 1 split(String regex) [api ] 6 startsWith(String prefix, int toffset) [api ] 9 startsWith(String prefix) [api ] 67 subSequence(int beginIndex, int endIndex) [api ] 2 substring(int beginIndex, int endIndex) [api ] 77 substring(int beginIndex) [api ] 69 toCharArray() [api ] 42 toLowerCase(Locale locale) [api ] 8 toLowerCase() [api ] 49 toString() [api ] 21 toUpperCase() [api ] 37 toUpperCase(Locale locale) [api ] 5 trim() [api ] 64 valueOf(Object obj) [api ] 30 valueOf(float f) [api ] 15 valueOf(boolean b) [api ] 17 valueOf(long l) [api ] 19 valueOf(char c) [api ] 22 valueOf(int i) [api ] 40 valueOf(char[] data) [api ] 6 valueOf(double d) [api ] 13 valueOf(char[] data, int offset, int count) [api ] 2 |