
| Method Summary | |
char | charAt(intindex)Returns the character at the specified index. |
int | compareTo(Objecto)Compares this String to another Object. |
int | compareTo(StringanotherString)Compares two strings lexicographically. |
int | compareToIgnoreCase(Stringstr)Compares two strings lexicographically, ignoring case differences. |
String | concat(Stringstr)Concatenates the specified string to the end of this string. |
boolean | contentEquals(StringBuffersb)Returnstrueif and only if thisStringrepresents the same sequence of characters as the specifiedStringBuffer. |
staticString | copyValueOf(char[]data)Returns a String that represents the character sequence in the array specified. |
staticString | copyValueOf(char[]data, intoffset, intcount)Returns a String that represents the character sequence in the array specified. |
boolean | endsWith(Stringsuffix)Tests if this string ends with the specified suffix. |
boolean | equals(ObjectanObject)Compares this string to the specified object. |
boolean | equalsIgnoreCase(StringanotherString)Compares thisStringto anotherString, ignoring case considerations. |
byte[] | getBytes()Encodes thisStringinto a sequence of bytes using the platform's default charset, storing the result into a new byte array. |
byte[] | getBytes(StringcharsetName)Encodes thisStringinto a sequence of bytes using the named charset, storing the result into a new byte array. |
void | getChars(intsrcBegin, intsrcEnd, char[]dst, intdstBegin)Copies characters from this string into the destination character array. |
int | hashCode()Returns a hash code for this string. |
int | indexOf(intch)Returns the index within this string of the first occurrence of the specified character. |
int | indexOf(intch, intfromIndex)Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index. |
int | indexOf(Stringstr)Returns the index within this string of the first occurrence of the specified substring. |
int | indexOf(Stringstr, intfromIndex)Returns the index within this string of the first occurrence of the specified substring, starting at the specified index. |
String | intern()Returns a canonical representation for the string object. |
int | lastIndexOf(intch)Returns the index within this string of the last occurrence of the specified character. |
int | lastIndexOf(intch, intfromIndex)Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index. |
int | lastIndexOf(Stringstr)Returns the index within this string of the rightmost occurrence of the specified substring. |
int | lastIndexOf(Stringstr, intfromIndex)Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index. |
int | length()Returns the length of this string. |
boolean | regionMatches(booleanignoreCase, inttoffset,Stringother, intooffset, intlen)Tests if two string regions are equal. |
boolean | regionMatches(inttoffset,Stringother, intooffset, intlen)Tests if two string regions are equal. |
String | replace(charoldChar, charnewChar)Returns a new string resulting from replacing all occurrences ofoldCharin this string withnewChar. |
boolean | startsWith(Stringprefix)Tests if this string starts with the specified prefix. |
boolean | startsWith(Stringprefix, inttoffset)Tests if this string starts with the specified prefix beginning a specified index. |
CharSequence | subSequence(intbeginIndex, intendIndex)Returns a new character sequence that is a subsequence of this sequence. |
String | substring(intbeginIndex)Returns a new string that is a substring of this string. |
String | substring(intbeginIndex, intendIndex)Returns a new string that is a substring of this string. |
char[] | toCharArray()Converts this string to a new character array. |
String | toLowerCase()Converts all of the characters in thisStringto lower case using the rules of the default locale. |
String | toLowerCase(Localelocale)Converts all of the characters in thisStringto lower case using the rules of the givenLocale. |
String | toString()This object (which is already a string!) is itself returned. |
String | toUpperCase()Converts all of the characters in thisStringto upper case using the rules of the default locale. |
String | toUpperCase(Localelocale)Converts all of the characters in thisStringto upper case using the rules of the givenLocale. |
String | trim()Returns a copy of the string, with leading and trailing whitespace omitted. |
staticString | valueOf(booleanb)Returns the string representation of thebooleanargument. |
staticString | valueOf(charc)Returns the string representation of thecharargument. |
staticString | valueOf(char[]data)Returns the string representation of thechararray argument. |
staticString | valueOf(char[]data, intoffset, intcount)Returns the string representation of a specific subarray of thechararray argument. |
staticString | valueOf(doubled)Returns the string representation of thedoubleargument. |
staticString | valueOf(floatf)Returns the string representation of thefloatargument. |
staticString | valueOf(inti)Returns the string representation of theintargument. |
staticString | valueOf(longl)Returns the string representation of thelongargument. |
staticString | valueOf(Objectobj)Returns the string representation of theObjectargument. |
| Resumen Método | |
char | charAt(int index)Devuelve el carácter en el índice especificado. |
int | compareTo(Objecto)Compara esta string a otro objeto. |
int | compareTo(CadenaanotherString)Compara dos cadenas lexicográfica. |
int | compareToIgnoreCase(Cadenastr)Compara dos cadenas lexicográfica, haciendo caso omiso de las diferencias de caso. |
| String | concat(Cadenastr)Concatena la cadena especificada al final de esta cadena. |
boolean | contentEquals(StringBuffersb)Devuelveverdaderosi y sólo si estastringrepresenta la misma secuencia de caracteres como la especificadaStringBuffer. |
| static String | copyValueOf(char [] data)Devuelve una cadena que representa la secuencia de caracteres en la matriz especificada. |
| static String | copyValueOf(char [] datos, int desplazamiento, int count)Devuelve una cadena que representa la secuencia de caracteres en la matriz especificada. |
boolean | endsWith(Cadenasufijo)Comprueba si la cadena termina con el sufijo especificado. |
boolean | equals(ObjectunObjeto)Compara esta cadena para el objeto especificado. |
boolean | equalsIgnoreCase(CadenaanotherString)Compara esta stringa otrastring, haciendo caso omiso de las consideraciones del caso. |
byte [] | getBytes()Codifica lastringen una secuencia de bytes utilizando charset por defecto de la plataforma, almacenando el resultado en una nueva matriz de bytes. |
byte [] | getBytes(CadenacharsetName)Codifica lastringen una secuencia de bytes mediante el juego de caracteres con nombre, almacenando el resultado en una nueva matriz de bytes. |
vacío | getChars(int srcBegin, int srcEnd, char [] dst, int dstBegin)Copias caracteres de esta cadena en la matriz de caracteres de destino. |
int | hashCode()Devuelve un código hash para esta cadena. |
int | indexOf(int ch)Devuelve el índice dentro de esta cadena de la primera aparición del carácter especificado. |
int | indexOf(int ch, int fromIndex)Devuelve el índice dentro de esta cadena de la primera aparición del carácter especificado, comenzando la búsqueda en el índice especificado. |
int | indexOf(Cadenastr)Devuelve el índice dentro de esta serie de la primera ocurrencia de la subcadena especificada. |
int | indexOf(Cadenastr, int fromIndex)Devuelve el índice dentro de esta serie de la primera ocurrencia de la subcadena especificada, comenzando en el índice especificado. |
String | intern()Devuelve una representación canónica para el objeto de cadena. |
int | lastIndexOf(int ch)Devuelve el índice dentro de esta cadena de la última aparición del carácter especificado. |
int | lastIndexOf(int ch, int fromIndex)Devuelve el índice dentro de esta cadena de la última aparición del carácter especificado, buscando hacia atrás, empezando por el índice especificado. |
int | lastIndexOf(Cadenastr)Devuelve el índice dentro de esta cadena de la ocurrencia más a la derecha de la subcadena especificada. |
int | lastIndexOf(Cadenastr, int fromIndex)Devuelve el índice dentro de esta cadena de la última aparición de la subcadena especificada, buscando hacia atrás, empezando por el índice especificado. |
int | length()Devuelve la longitud de esta cadena. |
boolean | regionMatches(ignoreCase boolean, int Tdesplazamiento,string otra, int ooffset, int len)Comprueba si dos regiones de cadenas son iguales. |
boolean | regionMatches(int Tdesplazamiento,Cadenaotra, int ooffset, int len)Comprueba si dos regiones de cadenas son iguales. |
String | replace(char oldChar, char newChar)Devuelve una nueva cadena resultante de reemplazar todas las apariciones deoldCharen esta cadena connewChar. |
boolean | startsWith(Cadenaprefijo)Comprueba si la cadena comienza con el prefijo especificado. |
boolean | startsWith(Cadenaprefijo, int Tdesplazamiento)Comprueba si la cadena comienza con el prefijo especificado a partir de un índice determinado. |
CharSequence | subsecuencia(int beginIndex, int endIndex)Devuelve una nueva secuencia de caracteres que es una subsecuencia de esta secuencia. |
String | substring(int beginIndex)Devuelve una nueva cadena que es una subcadena de esta cadena. |
String | substring(int beginIndex, int endIndex)Devuelve una nueva cadena que es una subcadena de esta cadena. |
char [] | ToCharArray()convierte esta cadena a una nueva matriz de caracteres. |
String | toLowerCase()Convierte todos los personajes de estastringa minúsculas utilizando las reglas de la configuración regional predeterminada. |
String | toLowerCase(Localelocale)Convierte todos los personajes de estastringa minúsculas utilizando las reglas de lo dadoLocale. |
String | toString()Este objeto (que ya es una cadena!) es en sí regresaron. |
String | toUpperCase()Convierte todos los personajes de estastringa mayúsculas utilizando las reglas de la configuración regional predeterminada. |
String | toUpperCase(Localelocale)Convierte todos los personajes de estastringa mayúsculas utilizando las normas de la dadaLocale. |
String | trim()Devuelve una copia de la cadena, con el espacio inicial y final se omite. |
| static String | valueOf(boolean b)Devuelve la representación de cadena delbooleanargumento. |
| static String | valueOf(char c)Devuelve la representación de cadena delcharargumento. |
| static String | valueOf(char [] data)Devuelve la representación de cadena delcharargumento de matriz. |
| static String | valueOf(char [] datos, int desplazamiento, int count)Devuelve la representación de cadena de una submatriz específica delcharargumento de matriz. |
| static String | valueOf(double d)Devuelve la representación de cadena deldobleargumento. |
| static String | valueOf(float f)Devuelve la representación de cadena delflotadorargumento. |
| static String | valueOf(int i)Devuelve la representación de cadena delintargumento. |
| static String | valueOf(long l)Devuelve la representación de cadena de lalargadiscusión. |
| static String | valueOf(Objectobj)Devuelve la representación de cadena delobjetoargumento. |
fuente:oracle.com
Criminal lawyer Miami mesothelioma law suit miami personal injury attorney buy structured settlements data recovery raid Attorney injury lawyers Online casino Paperport promotional code asbestos exposure lawyers Car Accident Lawyers best mesothelioma lawyers california law lemon Hire php programmers colorado mesothelioma lawyers Mobile casino car insurance quotes HOME PHONE INTERNET BUNDLE register free domains Online Christmas cards Paperport Promotional Code ONLINECLASSES New social media platforms WordPress theme designers Donate your Car for Money Donate Car for Tax Credit miami personal injury lawyer WordPress hosting Massage School Dallas Texas Online Criminal Justice Degree personal injury lawyer Best social media platforms Social media platforms for business Email Bulk Service anti spam exchange server structured settlements companies Best social media platforms for business Photo Christmas cards Donate Your Car Sacramento futuristic architecture MOTOR REPLACEMENTS structured annuity settlement motorcycle accident attorney sacramento Php programmers Casino Car Insurance Companies Home Phone Internet Bundle structured settlement purchasers dallas mesothelioma attorneys car insurance quotes pa Auto Accident Attorney ROYALTY FREE IMAGES STOCK Service business software DONATE CARS IN MA Structures Annuity Settlement Casino reviews business email web hosting federal criminal defense attorney buyer of structured settlement annuity Forensics Online Course Mortgage Donate Cars Illinois Motor Insurance Quotes CAR INSURANCE QUOTES MN Hire php developer Hard drive Data Recovery Services Make money online Australia Live casino mesothelioma lawyer houston Custom Christmas cards PSYCHIC FOR FREE bus accident attorney los angeles Car Insurance in South Dakota Donating a car in Maryland Dayton Freight Lines la personal injury lawyer CHEAP AUTO INSURANCE IN VA PhD in counseling education Better conferencing calls DUI lawyer ashely madis Donate Car To Charity CALIFORNIA Hire php developers SELL ANNUITY PAYMENT accident attorney san bernardino Online College Course structured settlement annuity companies holland michigan college Dwi lawyer Cheap Domain Registration Hosting Psychic for Free truck accident attorney los angeles Criminal lawyer Social media platforms uk homeowner loans Car insurance in South Dakota Car insurance quotes Colorado DONATE YOUR CAR SACRAMENTO Criminal defense lawyer structered settlement Php programmers for hire Social media examiner houston tx auto insurance dallas mesothelioma lawyer california mesothelioma attorney onlineclasses asbestos lawyers Car insurance quotes MN World trade center footage purchase structured settlements Car insurance quotes Utah Donating Used Cars to Charity Criminal Defense Attorneys Florida DONATE CARS ILLINOIS Car Insurance Quotes Christmas cards structured settlemen Bankruptcy lawyer Computer science classes online Annuity Settlements Seo companies Nunavut Culture Criminal defense attorneys Florida car insurance quotes colorado Donate cars in ma Business finance group new york mesothelioma law firm Custom WordPress theme designer injury lawyers west palm beach truck accident attorney texas ANNUITY SETTLEMENT car insurance in south dakota Seo services mesothelioma lawyer california Best Seo company Tech school online colledges Business management software Seo company sell structured settlement calculator Adobe illustrator classes Donate Old Cars to Charity Injury Lawyers WordPress themes for designers Psd to WordPress business administration masters Social media management virtual data rooms Html email Cheap auto insurance in VA mesothelioma charities Auto Mobile Shipping Quote sell your structured settlement payments car accident lawyers west palm beach BETTER CONFERENCING CALLS selling my structured settlement Italian cooking school ASBESTOS LAWYERS Proud Italian cook Psd to html Cheap Car Insurance for Ladies Royalty Free Images Stock Donate a car in Maryland Social media strategies seattle mesothelioma lawyer injury lawyer houston tx Learning adobe illustrator mesothelioma attorney california PHD on Counseling Education Social media tools auto accident attorney Health Records Personal Health Record Social media campaigns See more at http//wwwginfostopnet/ EMAIL BULK SERVICE Mesothelioma Law Firm Donate Car to Charity California mesothelioma law suits How to Donate A Car in California Donate Cars in MA business voip solutions Sell Annuity Payment Donate Your Car for Kids Online Motor Insurance Quotes Asbestos Lawyers personal injury attorney springfield mo Dayton freight lines lease management software Car Insurance Quotes Colorado Donate old cars to charity adverse credit remortgage Best Criminal Lawyers in Arizona st louis mesothelioma attorney chicago hair laser removal Better Conference Calls mesothelioma settlements amounts Donate a Car in Maryland Motor Replacements Donating a Car in Maryland Insurance Companies broward county dui lawyer PHD IN COUNSELING EDUCATION AUTOMOBILE ACCIDENT ATTORNEY Car Insurance Quotes Utah Life Insurance Co Lincoln Holland Michigan College Online Colleges Online Classes CHEAP CAR INSURANCE IN VIRGINIA World Trade Center Footage city college in miami accident car florida lawyer LOW CREDIT LINE CREDIT CARDS Met auto Low Credit Line Credit Cards Dallas Mesothelioma Attorneys Car Insurance Quotes MN Online motor insurance quotes Cheap Auto Insurance in VA Met Auto boulder personal injury lawyers Online Stock Trading motorcycle accident attorney chicago mesothelioma suit Car Donate Neuson criminal defense attorneys florida Car Insurance Quotes PA mesothelioma care los angeles auto accident attorneys mesothelioma attorney Webex Costs massage school dallas texas Cheap Car Insurance in Virginia Register Free Domains personal injury attorney ocala fl colorado auto accident attorney Futuristic Architecture Mortgage Adviser Business VOIP Solutions Virtual Data Rooms Automobile Accident Attorney quotes car motorcycle accident lawyer san francisco best consolidation loan student mesothelioma lawyer chicago Data Recovery Raid donate car for tax credit How to donate a car in California workers compensation lawyer los angeles
No hay comentarios:
Publicar un comentario