What is the translation of " STRINGBUILDER " in English?

Examples of using Stringbuilder in Spanish and their translations into English

{-}
  • Colloquial category close
  • Official category close
Java: use StringBuilder para insertar al principio.
Java: use StringBuilder to insert at the beginning.
Asignando explícitamente un valor nuevo a la StringBuilder.
By explicitly assigning a new value to the StringBuilder.
Considere el uso de la StringBuilder clase bajo estas condiciones.
Consider using the StringBuilder class under these conditions.
Buscar valores de cadena antes de agregarlos a la StringBuilder objeto.
Search string values before adding them to the StringBuilder object.
StringBuffer y StringBuilder se incluyen en el paquete java. lang.
StringBuffer and StringBuilder are included in the java. lang package.
Segunda parte: tamaño del array(capacity() del StringBuilder) y el array con los datos.
Second part: array size(capacity() of StringBuilder) and the array.
Manipular datos de texto utilizando los métodos de las clases String y StringBuilder.
Manipulate text data using the methods of the String and StringBuilder classes.
En resumen, nuestro objeto StringBuilder tiene el siguiente tamaño en memoria(en bytes).
In summary, our StringBuilder object has the following memory size(in bytes).
Realizar esta conversión mediante una llamada a la StringBuilder. ToString(método).
You perform this conversion by calling the StringBuilder. ToString method.
Un objeto StringBuilder mantiene un búfer para acomodar la concatenación de nuevos datos.
A StringBuilder object maintains a buffer to accommodate the concatenation of new data.
La nueva capacidad no debe ser mayor que el StringBuilder máximo del objeto.
The new capacity must not be greater than the StringBuilder object's maximum capacity.
El código crea un StringBuilder objeto llamando a su constructor(sin parámetros) de forma predeterminada.
The code creates a StringBuilder object by calling its default(parameterless) constructor.
Obtiene o establece la longitud del objeto StringBuilder actual. MaxCapacity.
Gets or sets the length of the current StringBuilder object. MaxCapacity.
Utilice marco proporcionado conversión de texto básico ymanipulaciones Incluyendo StringBuilder.
Use basic Framework provided text conversion andmanipulations including StringBuilder.
Inicializa una nueva instancia de la clase StringBuilder con la cadena especificada.
Initializes a new instance of the StringBuilder class using the specified string.
La clase StringBuilder, introducida en J2SE 5.0, difiere de StringBuffer en que es asíncrona.
The StringBuilder class, introduced in J2SE 5.0, differs from StringBuffer in that it is unsynchronized.
Almacena cuatro instancias de cada letra del alfabeto inglés en un StringBuilder objeto.
It stores four occurrences of each letter of the English alphabet in a StringBuilder object.
Puede tener acceso a los caracteres de un StringBuilder objeto usando el StringBuilder. Chars propiedad.
You can access the characters in a StringBuilder object by using the StringBuilder. Chars property.
SerializationInfo con los datos necesarios para deserializar el objeto StringBuilder actual.
SerializationInfo object with the data necessary to deserialize the current StringBuilder object.
La StringBuilder clase incluye métodos que pueden reducir el tamaño del actual StringBuilder instancia.
The StringBuilder class includes methods that can reduce the size of the current StringBuilder instance.
Puede definir explícitamente la capacidad inicial de un StringBuilder objeto de las maneras siguientes.
You can explicitly define the initial capacity of a StringBuilder object in the following ways.
La StringBuilder clase incluye los siguientes métodos para expandir el contenido de una StringBuilder objeto.
The StringBuilder class includes the following methods for expanding the contents of a StringBuilder object.
Estos valores predeterminados se utilizan si se llama a la StringBuilder() y StringBuilder(String) constructores.
These default values are used if you call the StringBuilder() and StringBuilder(String) constructors.
Si solo un hilo de ejecución a la vez accede al objeto,usar un StringBuilder es más eficiente que usar un StringBuffer.
When only a single thread at a time will access the object,using a StringBuilder processes more efficiently than using a StringBuffer.
Results: 24, Time: 0.0136

Top dictionary queries

Spanish - English