Liste des attributs
CASE_INSENSITIVE_ORDER
Liste des constructeurs
String()
String( StringBuffer )
String( StringBuilder )
String( byte[] )
String( char[] )
String( String )
String( byte[], String )
String( byte[], Charset )
String( byte[], int )
String( byte[], int, int )
String( char[], int, int )
String( int[], int, int )
String( byte[], int, int, Charset )
String( byte[], int, int, String )
String( byte[], int, int, int )
Liste des propriétés
[R/-]
blank
[R/-]
bytes
[R/-]
empty
Liste des méthodes
charAt( int )
chars()
codePointAt( int )
codePointBefore( int )
codePointCount( int, int )
codePoints()
compareTo( String )
compareToIgnoreCase( String )
concat( String )
contains( CharSequence )
contentEquals( CharSequence )
contentEquals( StringBuffer )
copyValueOf( char[], int, int )
copyValueOf( char[] )
describeConstable()
endsWith( String )
equals( Object )
equalsIgnoreCase( String )
format( String, Object[] )
format( Locale, String, Object[] )
formatted( Object[] )
getBytes( Charset )
getBytes( String )
getBytes( int, int, byte[], int )
getBytes()
getChars( int, int, char[], int )
hashCode()
indent( int )
indexOf( int )
indexOf( String )
indexOf( String, int )
indexOf( int, int )
intern()
isBlank()
isEmpty()
join( CharSequence, CharSequence[] )
join( CharSequence,
Iterable<? extends java.lang.CharSequence> )
lastIndexOf( String )
lastIndexOf( String, int )
lastIndexOf( int, int )
lastIndexOf( int )
length()
lines()
matches( String )
offsetByCodePoints( int, int )
regionMatches( boolean, int, String, int, int )
regionMatches( int, String, int, int )
repeat( int )
replace( char, char )
replace( CharSequence, CharSequence )
replaceAll( String, String )
replaceFirst( String, String )
resolveConstantDesc( Lookup )
split( String )
split( String, int )
startsWith( String, int )
startsWith( String )
strip()
stripIndent()
stripLeading()
stripTrailing()
subSequence( int, int )
substring( int, int )
substring( int )
toCharArray()
toLowerCase()
toLowerCase( Locale )
toString()
toUpperCase()
toUpperCase( Locale )
transform(
Function<? super java.lang.String, ? extends R> )
translateEscapes()
trim()
valueOf( int )
valueOf( char[] )
valueOf( Object )
valueOf( boolean )
valueOf( char[], int, int )
valueOf( char )
valueOf( double )
valueOf( float )
valueOf( long )
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :