Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:44 CET 2013 -->
<title>StringBuilder (libgdx API)</title>
<meta name="date" content="2013-11-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
   if (location.href.indexOf('is-external=true') == -1) {
       parent.document.title="StringBuilder (libgdx API)";
   }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/StringBuilder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
                                libgdx API
                                <style>
                                body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
                                pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
                                h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%;  font-weight:bold }
                                .TableHeadingColor { background:#EEEEFF; }
                                a { text-decoration:none }
                                a:hover { text-decoration:underline }
                                a:link, a:visited { color:blue }
                                table { border:0px }
                                .TableRowColor td:first-child { border-left:1px solid black }
                                .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
                                hr { border:0px; border-bottom:1px solid #333366; }
                                </style>
                        </em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/badlogic/gdx/utils/StreamUtils.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/badlogic/gdx/utils/Timer.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/badlogic/gdx/utils/StringBuilder.html" target="_top">Frames</a></li>
<li><a href="StringBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
 allClassesLink = document.getElementById("allclasses_navbar_top");
 if(window==top) {
   allClassesLink.style.display = "block";
 }
 else {
   allClassesLink.style.display = "none";
 }
 //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.badlogic.gdx.utils</div>
<h2 title="Class StringBuilder" class="title">Class StringBuilder</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.badlogic.gdx.utils.StringBuilder</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.lang.Appendable, java.lang.CharSequence</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">StringBuilder</span>
extends java.lang.Object
implements java.lang.Appendable, java.lang.CharSequence</pre>
<div class="block">A <code>StringBuilder</code> that implements equals and hashcode.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><code>CharSequence</code>,
<code>Appendable</code>,
<code>StringBuilder</code>,
<code>String</code></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>char[]</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#chars">chars</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length">length</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#StringBuilder()">StringBuilder</a></strong>()</code>
<div class="block">Constructs an instance with an initial capacity of <code>16</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#StringBuilder(java.lang.CharSequence)">StringBuilder</a></strong>(java.lang.CharSequence&nbsp;seq)</code>
<div class="block">Constructs an instance that's initialized with the contents of the specified <code>CharSequence</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#StringBuilder(int)">StringBuilder</a></strong>(int&nbsp;capacity)</code>
<div class="block">Constructs an instance with the specified capacity.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#StringBuilder(java.lang.String)">StringBuilder</a></strong>(java.lang.String&nbsp;string)</code>
<div class="block">Constructs an instance that's initialized with the contents of the specified <code>String</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#StringBuilder(com.badlogic.gdx.utils.StringBuilder)">StringBuilder</a></strong>(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(boolean)">append</a></strong>(boolean&nbsp;b)</code>
<div class="block">Appends the string representation of the specified <code>boolean</code> value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(char)">append</a></strong>(char&nbsp;c)</code>
<div class="block">Appends the string representation of the specified <code>char</code> value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(char[])">append</a></strong>(char[]&nbsp;ch)</code>
<div class="block">Appends the string representation of the specified <code>char[]</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(char[], int, int)">append</a></strong>(char[]&nbsp;str,
      int&nbsp;offset,
      int&nbsp;len)</code>
<div class="block">Appends the string representation of the specified subset of the <code>char[]</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(java.lang.CharSequence)">append</a></strong>(java.lang.CharSequence&nbsp;csq)</code>
<div class="block">Appends the string representation of the specified <code>CharSequence</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(java.lang.CharSequence, int, int)">append</a></strong>(java.lang.CharSequence&nbsp;csq,
      int&nbsp;start,
      int&nbsp;end)</code>
<div class="block">Appends the string representation of the specified subsequence of the <code>CharSequence</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(double)">append</a></strong>(double&nbsp;d)</code>
<div class="block">Appends the string representation of the specified <code>double</code> value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(float)">append</a></strong>(float&nbsp;f)</code>
<div class="block">Appends the string representation of the specified <code>float</code> value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(int)">append</a></strong>(int&nbsp;i)</code>
<div class="block">Appends the string representation of the specified <code>int</code> value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(long)">append</a></strong>(long&nbsp;lng)</code>
<div class="block">Appends the string representation of the specified <code>long</code> value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(java.lang.Object)">append</a></strong>(java.lang.Object&nbsp;obj)</code>
<div class="block">Appends the string representation of the specified <code>Object</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(java.lang.String)">append</a></strong>(java.lang.String&nbsp;str)</code>
<div class="block">Appends the contents of the specified string.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(com.badlogic.gdx.utils.StringBuilder)">append</a></strong>(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#append(com.badlogic.gdx.utils.StringBuilder, int, int)">append</a></strong>(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder,
      int&nbsp;start,
      int&nbsp;end)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#appendCodePoint(int)">appendCodePoint</a></strong>(int&nbsp;codePoint)</code>
<div class="block">Appends the encoded Unicode code point.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#capacity()">capacity</a></strong>()</code>
<div class="block">Returns the number of characters that can be held without growing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>char</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#charAt(int)">charAt</a></strong>(int&nbsp;index)</code>
<div class="block">Retrieves the character at the <code>index</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#codePointAt(int)">codePointAt</a></strong>(int&nbsp;index)</code>
<div class="block">Retrieves the Unicode code point value at the <code>index</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#codePointBefore(int)">codePointBefore</a></strong>(int&nbsp;index)</code>
<div class="block">Retrieves the Unicode code point value that precedes the <code>index</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#codePointCount(int, int)">codePointCount</a></strong>(int&nbsp;beginIndex,
              int&nbsp;endIndex)</code>
<div class="block">Calculates the number of Unicode code points between <code>beginIndex</code> and <code>endIndex</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#delete(int, int)">delete</a></strong>(int&nbsp;start,
      int&nbsp;end)</code>
<div class="block">Deletes a sequence of characters specified by <code>start</code> and <code>end</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#deleteCharAt(int)">deleteCharAt</a></strong>(int&nbsp;index)</code>
<div class="block">Deletes the character at the specified index.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#ensureCapacity(int)">ensureCapacity</a></strong>(int&nbsp;min)</code>
<div class="block">Ensures that this object has a minimum capacity available before requiring the internal buffer to be enlarged.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#equals(java.lang.Object)">equals</a></strong>(java.lang.Object&nbsp;obj)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#getChars(int, int, char[], int)">getChars</a></strong>(int&nbsp;start,
        int&nbsp;end,
        char[]&nbsp;dest,
        int&nbsp;destStart)</code>
<div class="block">Copies the requested sequence of characters to the <code>char[]</code> passed starting at <code>destStart</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#indexOf(java.lang.String)">indexOf</a></strong>(java.lang.String&nbsp;string)</code>
<div class="block">Searches for the first index of the specified character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#indexOf(java.lang.String, int)">indexOf</a></strong>(java.lang.String&nbsp;subString,
       int&nbsp;start)</code>
<div class="block">Searches for the index of the specified character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, boolean)">insert</a></strong>(int&nbsp;offset,
      boolean&nbsp;b)</code>
<div class="block">Inserts the string representation of the specified <code>boolean</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, char)">insert</a></strong>(int&nbsp;offset,
      char&nbsp;c)</code>
<div class="block">Inserts the string representation of the specified <code>char</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, char[])">insert</a></strong>(int&nbsp;offset,
      char[]&nbsp;ch)</code>
<div class="block">Inserts the string representation of the specified <code>char[]</code> at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, char[], int, int)">insert</a></strong>(int&nbsp;offset,
      char[]&nbsp;str,
      int&nbsp;strOffset,
      int&nbsp;strLen)</code>
<div class="block">Inserts the string representation of the specified subsequence of the <code>char[]</code> at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, java.lang.CharSequence)">insert</a></strong>(int&nbsp;offset,
      java.lang.CharSequence&nbsp;s)</code>
<div class="block">Inserts the string representation of the specified <code>CharSequence</code> at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, java.lang.CharSequence, int, int)">insert</a></strong>(int&nbsp;offset,
      java.lang.CharSequence&nbsp;s,
      int&nbsp;start,
      int&nbsp;end)</code>
<div class="block">Inserts the string representation of the specified subsequence of the <code>CharSequence</code> at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, double)">insert</a></strong>(int&nbsp;offset,
      double&nbsp;d)</code>
<div class="block">Inserts the string representation of the specified <code>double</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, float)">insert</a></strong>(int&nbsp;offset,
      float&nbsp;f)</code>
<div class="block">Inserts the string representation of the specified <code>float</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, int)">insert</a></strong>(int&nbsp;offset,
      int&nbsp;i)</code>
<div class="block">Inserts the string representation of the specified <code>int</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, long)">insert</a></strong>(int&nbsp;offset,
      long&nbsp;l)</code>
<div class="block">Inserts the string representation of the specified <code>long</code> value at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, java.lang.Object)">insert</a></strong>(int&nbsp;offset,
      java.lang.Object&nbsp;obj)</code>
<div class="block">Inserts the string representation of the specified <code>Object</code> at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#insert(int, java.lang.String)">insert</a></strong>(int&nbsp;offset,
      java.lang.String&nbsp;str)</code>
<div class="block">Inserts the specified string at the specified <code>offset</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#lastIndexOf(java.lang.String)">lastIndexOf</a></strong>(java.lang.String&nbsp;string)</code>
<div class="block">Searches for the last index of the specified character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#lastIndexOf(java.lang.String, int)">lastIndexOf</a></strong>(java.lang.String&nbsp;subString,
           int&nbsp;start)</code>
<div class="block">Searches for the index of the specified character.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()">length</a></strong>()</code>
<div class="block">The current length.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#offsetByCodePoints(int, int)">offsetByCodePoints</a></strong>(int&nbsp;index,
                  int&nbsp;codePointOffset)</code>
<div class="block">Returns the index that is offset <code>codePointOffset</code> code points from <code>index</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#replace(int, int, java.lang.String)">replace</a></strong>(int&nbsp;start,
       int&nbsp;end,
       java.lang.String&nbsp;str)</code>
<div class="block">Replaces the specified subsequence in this builder with the specified string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#reverse()">reverse</a></strong>()</code>
<div class="block">Reverses the order of characters in this builder.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#setCharAt(int, char)">setCharAt</a></strong>(int&nbsp;index,
         char&nbsp;ch)</code>
<div class="block">Sets the character at the <code>index</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#setLength(int)">setLength</a></strong>(int&nbsp;newLength)</code>
<div class="block">Sets the current length to a new value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.CharSequence</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#subSequence(int, int)">subSequence</a></strong>(int&nbsp;start,
           int&nbsp;end)</code>
<div class="block">Returns a <code>CharSequence</code> of the subsequence from the <code>start</code> index to the <code>end</code> index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#substring(int)">substring</a></strong>(int&nbsp;start)</code>
<div class="block">Returns the String value of the subsequence from the <code>start</code> index to the current end.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#substring(int, int)">substring</a></strong>(int&nbsp;start,
         int&nbsp;end)</code>
<div class="block">Returns the String value of the subsequence from the <code>start</code> index to the <code>end</code> index.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#toString()">toString</a></strong>()</code>
<div class="block">Returns the current String representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#trimToSize()">trimToSize</a></strong>()</code>
<div class="block">Trims off any extra capacity beyond the current length.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!--   -->
</a>
<h3>Field Detail</h3>
<a name="chars">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>chars</h4>
<pre>public&nbsp;char[] chars</pre>
</li>
</ul>
<a name="length">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>length</h4>
<pre>public&nbsp;int length</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="StringBuilder()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>StringBuilder</h4>
<pre>public&nbsp;StringBuilder()</pre>
<div class="block">Constructs an instance with an initial capacity of <code>16</code>.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#capacity()"><code>capacity()</code></a></dd></dl>
</li>
</ul>
<a name="StringBuilder(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>StringBuilder</h4>
<pre>public&nbsp;StringBuilder(int&nbsp;capacity)</pre>
<div class="block">Constructs an instance with the specified capacity.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>capacity</code> - the initial capacity to use.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.NegativeArraySizeException</code> - if the specified <code>capacity</code> is negative.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#capacity()"><code>capacity()</code></a></dd></dl>
</li>
</ul>
<a name="StringBuilder(java.lang.CharSequence)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>StringBuilder</h4>
<pre>public&nbsp;StringBuilder(java.lang.CharSequence&nbsp;seq)</pre>
<div class="block">Constructs an instance that's initialized with the contents of the specified <code>CharSequence</code>. The capacity of the new
 builder will be the length of the <code>CharSequence</code> plus 16.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>seq</code> - the <code>CharSequence</code> to copy into the builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.NullPointerException</code> - if <code>seq</code> is <code>null</code>.</dd></dl>
</li>
</ul>
<a name="StringBuilder(com.badlogic.gdx.utils.StringBuilder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>StringBuilder</h4>
<pre>public&nbsp;StringBuilder(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder)</pre>
</li>
</ul>
<a name="StringBuilder(java.lang.String)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>StringBuilder</h4>
<pre>public&nbsp;StringBuilder(java.lang.String&nbsp;string)</pre>
<div class="block">Constructs an instance that's initialized with the contents of the specified <code>String</code>. The capacity of the new builder
 will be the length of the <code>String</code> plus 16.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the <code>String</code> to copy into the builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.NullPointerException</code> - if <code>str</code> is <code>null</code>.</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="capacity()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>capacity</h4>
<pre>public&nbsp;int&nbsp;capacity()</pre>
<div class="block">Returns the number of characters that can be held without growing.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the capacity</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#ensureCapacity(int)"><code>ensureCapacity(int)</code></a>,
<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length"><code>length</code></a></dd></dl>
</li>
</ul>
<a name="charAt(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>charAt</h4>
<pre>public&nbsp;char&nbsp;charAt(int&nbsp;index)</pre>
<div class="block">Retrieves the character at the <code>index</code>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>charAt</code>&nbsp;in interface&nbsp;<code>java.lang.CharSequence</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index of the character to retrieve.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the char value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>index</code> is negative or greater than or equal to the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd></dl>
</li>
</ul>
<a name="ensureCapacity(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ensureCapacity</h4>
<pre>public&nbsp;void&nbsp;ensureCapacity(int&nbsp;min)</pre>
<div class="block">Ensures that this object has a minimum capacity available before requiring the internal buffer to be enlarged. The general
 policy of this method is that if the <code>minimumCapacity</code> is larger than the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#capacity()"><code>capacity()</code></a>, then the
 capacity will be increased to the largest value of either the <code>minimumCapacity</code> or the current capacity multiplied by
 two plus two. Although this is the general policy, there is no guarantee that the capacity will change.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>min</code> - the new minimum capacity to set.</dd></dl>
</li>
</ul>
<a name="getChars(int, int, char[], int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChars</h4>
<pre>public&nbsp;void&nbsp;getChars(int&nbsp;start,
            int&nbsp;end,
            char[]&nbsp;dest,
            int&nbsp;destStart)</pre>
<div class="block">Copies the requested sequence of characters to the <code>char[]</code> passed starting at <code>destStart</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive start index of the characters to copy.</dd><dd><code>end</code> - the exclusive end index of the characters to copy.</dd><dd><code>dest</code> - the <code>char[]</code> to copy the characters to.</dd><dd><code>destStart</code> - the inclusive start index of <code>dest</code> to begin copying to.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if the <code>start</code> is negative, the <code>destStart</code> is negative, the <code>start</code> is
            greater than <code>end</code>, the <code>end</code> is greater than the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a> or
            <code>destStart + end - begin</code> is greater than <code>dest.length</code>.</dd></dl>
</li>
</ul>
<a name="length()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>length</h4>
<pre>public&nbsp;int&nbsp;length()</pre>
<div class="block">The current length.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>length</code>&nbsp;in interface&nbsp;<code>java.lang.CharSequence</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>the number of characters contained in this instance.</dd></dl>
</li>
</ul>
<a name="setCharAt(int, char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCharAt</h4>
<pre>public&nbsp;void&nbsp;setCharAt(int&nbsp;index,
             char&nbsp;ch)</pre>
<div class="block">Sets the character at the <code>index</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the zero-based index of the character to replace.</dd><dd><code>ch</code> - the character to set.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>index</code> is negative or greater than or equal to the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd></dl>
</li>
</ul>
<a name="setLength(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLength</h4>
<pre>public&nbsp;void&nbsp;setLength(int&nbsp;newLength)</pre>
<div class="block">Sets the current length to a new value. If the new length is larger than the current length, then the new characters at the
 end of this object will contain the <code>char</code> value of <code></code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newLength</code> - the new length of this StringBuilder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>length &lt; 0</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length"><code>length</code></a></dd></dl>
</li>
</ul>
<a name="substring(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>substring</h4>
<pre>public&nbsp;java.lang.String&nbsp;substring(int&nbsp;start)</pre>
<div class="block">Returns the String value of the subsequence from the <code>start</code> index to the current end.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive start index to begin the subsequence.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a String containing the subsequence.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>start</code> is negative or greater than the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd></dl>
</li>
</ul>
<a name="substring(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>substring</h4>
<pre>public&nbsp;java.lang.String&nbsp;substring(int&nbsp;start,
                         int&nbsp;end)</pre>
<div class="block">Returns the String value of the subsequence from the <code>start</code> index to the <code>end</code> index.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive start index to begin the subsequence.</dd><dd><code>end</code> - the exclusive end index to end the subsequence.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a String containing the subsequence.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>start</code> is negative, greater than <code>end</code> or if <code>end</code> is greater
            than the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd></dl>
</li>
</ul>
<a name="toString()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
<div class="block">Returns the current String representation.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>toString</code>&nbsp;in interface&nbsp;<code>java.lang.CharSequence</code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
<dt><span class="strong">Returns:</span></dt><dd>a String containing the characters in this instance.</dd></dl>
</li>
</ul>
<a name="subSequence(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subSequence</h4>
<pre>public&nbsp;java.lang.CharSequence&nbsp;subSequence(int&nbsp;start,
                                 int&nbsp;end)</pre>
<div class="block">Returns a <code>CharSequence</code> of the subsequence from the <code>start</code> index to the <code>end</code> index.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>subSequence</code>&nbsp;in interface&nbsp;<code>java.lang.CharSequence</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive start index to begin the subsequence.</dd><dd><code>end</code> - the exclusive end index to end the subsequence.</dd>
<dt><span class="strong">Returns:</span></dt><dd>a CharSequence containing the subsequence.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>start</code> is negative, greater than <code>end</code> or if <code>end</code> is greater than
            the current <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.4</dd></dl>
</li>
</ul>
<a name="indexOf(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>indexOf</h4>
<pre>public&nbsp;int&nbsp;indexOf(java.lang.String&nbsp;string)</pre>
<div class="block">Searches for the first index of the specified character. The search for the character starts at the beginning and moves
 towards the end.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to find.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the index of the specified character, -1 if the character isn't found.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.4</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#lastIndexOf(java.lang.String)"><code>lastIndexOf(String)</code></a></dd></dl>
</li>
</ul>
<a name="indexOf(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>indexOf</h4>
<pre>public&nbsp;int&nbsp;indexOf(java.lang.String&nbsp;subString,
          int&nbsp;start)</pre>
<div class="block">Searches for the index of the specified character. The search for the character starts at the specified offset and moves
 towards the end.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>subString</code> - the string to find.</dd><dd><code>start</code> - the starting offset.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the index of the specified character, -1 if the character isn't found</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.4</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#lastIndexOf(java.lang.String, int)"><code>lastIndexOf(String,int)</code></a></dd></dl>
</li>
</ul>
<a name="lastIndexOf(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastIndexOf</h4>
<pre>public&nbsp;int&nbsp;lastIndexOf(java.lang.String&nbsp;string)</pre>
<div class="block">Searches for the last index of the specified character. The search for the character starts at the end and moves towards the
 beginning.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>string</code> - the string to find.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the index of the specified character, -1 if the character isn't found.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.NullPointerException</code> - if <code>string</code> is <code>null</code>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.4</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>String.lastIndexOf(java.lang.String)</code></dd></dl>
</li>
</ul>
<a name="lastIndexOf(java.lang.String, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastIndexOf</h4>
<pre>public&nbsp;int&nbsp;lastIndexOf(java.lang.String&nbsp;subString,
              int&nbsp;start)</pre>
<div class="block">Searches for the index of the specified character. The search for the character starts at the specified offset and moves
 towards the beginning.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>subString</code> - the string to find.</dd><dd><code>start</code> - the starting offset.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the index of the specified character, -1 if the character isn't found.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.NullPointerException</code> - if <code>subString</code> is <code>null</code>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.4</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>String.lastIndexOf(String,int)</code></dd></dl>
</li>
</ul>
<a name="trimToSize()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>trimToSize</h4>
<pre>public&nbsp;void&nbsp;trimToSize()</pre>
<div class="block">Trims off any extra capacity beyond the current length. Note, this method is NOT guaranteed to change the capacity of this
 object.</div>
<dl><dt><span class="strong">Since:</span></dt>
  <dd>1.5</dd></dl>
</li>
</ul>
<a name="codePointAt(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>codePointAt</h4>
<pre>public&nbsp;int&nbsp;codePointAt(int&nbsp;index)</pre>
<div class="block">Retrieves the Unicode code point value at the <code>index</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index to the <code>char</code> code unit.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Unicode code point value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>index</code> is negative or greater than or equal to <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.5</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>Character</code>,
<code>Character.codePointAt(char[], int, int)</code></dd></dl>
</li>
</ul>
<a name="codePointBefore(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>codePointBefore</h4>
<pre>public&nbsp;int&nbsp;codePointBefore(int&nbsp;index)</pre>
<div class="block">Retrieves the Unicode code point value that precedes the <code>index</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index to the <code>char</code> code unit within this object.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the Unicode code point value.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>index</code> is less than 1 or greater than <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.5</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>Character</code>,
<code>Character.codePointBefore(char[], int, int)</code></dd></dl>
</li>
</ul>
<a name="codePointCount(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>codePointCount</h4>
<pre>public&nbsp;int&nbsp;codePointCount(int&nbsp;beginIndex,
                 int&nbsp;endIndex)</pre>
<div class="block">Calculates the number of Unicode code points between <code>beginIndex</code> and <code>endIndex</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>beginIndex</code> - the inclusive beginning index of the subsequence.</dd><dd><code>endIndex</code> - the exclusive end index of the subsequence.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the number of Unicode code points in the subsequence.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>beginIndex</code> is negative or greater than <code>endIndex</code> or <code>endIndex</code> is
            greater than <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.5</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>Character</code>,
<code>Character.codePointCount(char[], int, int)</code></dd></dl>
</li>
</ul>
<a name="offsetByCodePoints(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>offsetByCodePoints</h4>
<pre>public&nbsp;int&nbsp;offsetByCodePoints(int&nbsp;index,
                     int&nbsp;codePointOffset)</pre>
<div class="block">Returns the index that is offset <code>codePointOffset</code> code points from <code>index</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index to calculate the offset from.</dd><dd><code>codePointOffset</code> - the number of code points to count.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the index that is <code>codePointOffset</code> code points away from index.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>index</code> is negative or greater than <a href="../../../../com/badlogic/gdx/utils/StringBuilder.html#length()"><code>length()</code></a> or if there aren't enough
            code points before or after <code>index</code> to match <code>codePointOffset</code>.</dd><dt><span class="strong">Since:</span></dt>
  <dd>1.5</dd>
<dt><span class="strong">See Also:</span></dt><dd><code>Character</code>,
<code>Character.offsetByCodePoints(char[], int, int, int, int)</code></dd></dl>
</li>
</ul>
<a name="append(boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(boolean&nbsp;b)</pre>
<div class="block">Appends the string representation of the specified <code>boolean</code> value. The <code>boolean</code> value is converted to a String
 according to the rule defined by <code>String.valueOf(boolean)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>b</code> - the <code>boolean</code> value to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(boolean)</code></dd></dl>
</li>
</ul>
<a name="append(char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(char&nbsp;c)</pre>
<div class="block">Appends the string representation of the specified <code>char</code> value. The <code>char</code> value is converted to a string
 according to the rule defined by <code>String.valueOf(char)</code>.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>append</code>&nbsp;in interface&nbsp;<code>java.lang.Appendable</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>c</code> - the <code>char</code> value to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char)</code></dd></dl>
</li>
</ul>
<a name="append(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(int&nbsp;i)</pre>
<div class="block">Appends the string representation of the specified <code>int</code> value. The <code>int</code> value is converted to a string
 without memory allocation.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>i</code> - the <code>int</code> value to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(int)</code></dd></dl>
</li>
</ul>
<a name="append(long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(long&nbsp;lng)</pre>
<div class="block">Appends the string representation of the specified <code>long</code> value. The <code>long</code> value is converted to a string
 without memory allocation.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>lng</code> - the <code>long</code> value.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd></dl>
</li>
</ul>
<a name="append(float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(float&nbsp;f)</pre>
<div class="block">Appends the string representation of the specified <code>float</code> value. The <code>float</code> value is converted to a string
 according to the rule defined by <code>String.valueOf(float)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>f</code> - the <code>float</code> value to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd></dl>
</li>
</ul>
<a name="append(double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(double&nbsp;d)</pre>
<div class="block">Appends the string representation of the specified <code>double</code> value. The <code>double</code> value is converted to a string
 according to the rule defined by <code>String.valueOf(double)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>d</code> - the <code>double</code> value to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(double)</code></dd></dl>
</li>
</ul>
<a name="append(java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(java.lang.Object&nbsp;obj)</pre>
<div class="block">Appends the string representation of the specified <code>Object</code>. The <code>Object</code> value is converted to a string
 according to the rule defined by <code>String.valueOf(Object)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>obj</code> - the <code>Object</code> to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(Object)</code></dd></dl>
</li>
</ul>
<a name="append(java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(java.lang.String&nbsp;str)</pre>
<div class="block">Appends the contents of the specified string. If the string is <code>null</code>, then the string <code>"null"</code> is appended.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - the string to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd></dl>
</li>
</ul>
<a name="append(char[])">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(char[]&nbsp;ch)</pre>
<div class="block">Appends the string representation of the specified <code>char[]</code>. The <code>char[]</code> is converted to a string according to
 the rule defined by <code>String.valueOf(char[])</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ch</code> - the <code>char[]</code> to append..</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char[])</code></dd></dl>
</li>
</ul>
<a name="append(char[], int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(char[]&nbsp;str,
                   int&nbsp;offset,
                   int&nbsp;len)</pre>
<div class="block">Appends the string representation of the specified subset of the <code>char[]</code>. The <code>char[]</code> value is converted to a
 String according to the rule defined by <code>String.valueOf(char[],int,int)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>str</code> - the <code>char[]</code> to append.</dd><dd><code>offset</code> - the inclusive offset index.</dd><dd><code>len</code> - the number of characters.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.ArrayIndexOutOfBoundsException</code> - if <code>offset</code> and <code>len</code> do not specify a valid subsequence.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char[],int,int)</code></dd></dl>
</li>
</ul>
<a name="append(java.lang.CharSequence)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(java.lang.CharSequence&nbsp;csq)</pre>
<div class="block">Appends the string representation of the specified <code>CharSequence</code>. If the <code>CharSequence</code> is <code>null</code>, then
 the string <code>"null"</code> is appended.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>append</code>&nbsp;in interface&nbsp;<code>java.lang.Appendable</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>csq</code> - the <code>CharSequence</code> to append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd></dl>
</li>
</ul>
<a name="append(com.badlogic.gdx.utils.StringBuilder)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder)</pre>
</li>
</ul>
<a name="append(java.lang.CharSequence, int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(java.lang.CharSequence&nbsp;csq,
                   int&nbsp;start,
                   int&nbsp;end)</pre>
<div class="block">Appends the string representation of the specified subsequence of the <code>CharSequence</code>. If the <code>CharSequence</code> is
 <code>null</code>, then the string <code>"null"</code> is used to extract the subsequence from.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code>append</code>&nbsp;in interface&nbsp;<code>java.lang.Appendable</code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>csq</code> - the <code>CharSequence</code> to append.</dd><dd><code>start</code> - the beginning index.</dd><dd><code>end</code> - the ending index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>start</code> or <code>end</code> are negative, <code>start</code> is greater than <code>end</code> or
            <code>end</code> is greater than the length of <code>csq</code>.</dd></dl>
</li>
</ul>
<a name="append(com.badlogic.gdx.utils.StringBuilder, int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>append</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;append(<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;builder,
                   int&nbsp;start,
                   int&nbsp;end)</pre>
</li>
</ul>
<a name="appendCodePoint(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appendCodePoint</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;appendCodePoint(int&nbsp;codePoint)</pre>
<div class="block">Appends the encoded Unicode code point. The code point is converted to a <code>char[]</code> as defined by
 <code>Character.toChars(int)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>codePoint</code> - the Unicode code point to encode and append.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd><dt><span class="strong">See Also:</span></dt><dd><code>Character.toChars(int)</code></dd></dl>
</li>
</ul>
<a name="delete(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;delete(int&nbsp;start,
                   int&nbsp;end)</pre>
<div class="block">Deletes a sequence of characters specified by <code>start</code> and <code>end</code>. Shifts any remaining characters to the left.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive start index.</dd><dd><code>end</code> - the exclusive end index.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>start</code> is less than zero, greater than the current length or greater than
            <code>end</code>.</dd></dl>
</li>
</ul>
<a name="deleteCharAt(int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteCharAt</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;deleteCharAt(int&nbsp;index)</pre>
<div class="block">Deletes the character at the specified index. shifts any remaining characters to the left.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>index</code> - the index of the character to delete.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>index</code> is less than zero or is greater than or equal to the current
            length.</dd></dl>
</li>
</ul>
<a name="insert(int, boolean)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   boolean&nbsp;b)</pre>
<div class="block">Inserts the string representation of the specified <code>boolean</code> value at the specified <code>offset</code>. The
 <code>boolean</code> value is converted to a string according to the rule defined by <code>String.valueOf(boolean)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>b</code> - the <code>boolean</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(boolean)</code></dd></dl>
</li>
</ul>
<a name="insert(int, char)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   char&nbsp;c)</pre>
<div class="block">Inserts the string representation of the specified <code>char</code> value at the specified <code>offset</code>. The <code>char</code>
 value is converted to a string according to the rule defined by <code>String.valueOf(char)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>c</code> - the <code>char</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char)</code></dd></dl>
</li>
</ul>
<a name="insert(int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   int&nbsp;i)</pre>
<div class="block">Inserts the string representation of the specified <code>int</code> value at the specified <code>offset</code>. The <code>int</code> value
 is converted to a String according to the rule defined by <code>String.valueOf(int)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>i</code> - the <code>int</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(int)</code></dd></dl>
</li>
</ul>
<a name="insert(int, long)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   long&nbsp;l)</pre>
<div class="block">Inserts the string representation of the specified <code>long</code> value at the specified <code>offset</code>. The <code>long</code>
 value is converted to a String according to the rule defined by <code>String.valueOf(long)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>l</code> - the <code>long</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current {code length()}.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(long)</code></dd></dl>
</li>
</ul>
<a name="insert(int, float)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   float&nbsp;f)</pre>
<div class="block">Inserts the string representation of the specified <code>float</code> value at the specified <code>offset</code>. The <code>float</code>
 value is converted to a string according to the rule defined by <code>String.valueOf(float)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>f</code> - the <code>float</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(float)</code></dd></dl>
</li>
</ul>
<a name="insert(int, double)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   double&nbsp;d)</pre>
<div class="block">Inserts the string representation of the specified <code>double</code> value at the specified <code>offset</code>. The <code>double</code>
 value is converted to a String according to the rule defined by <code>String.valueOf(double)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>d</code> - the <code>double</code> value to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(double)</code></dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.Object)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   java.lang.Object&nbsp;obj)</pre>
<div class="block">Inserts the string representation of the specified <code>Object</code> at the specified <code>offset</code>. The <code>Object</code> value
 is converted to a String according to the rule defined by <code>String.valueOf(Object)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>obj</code> - the <code>Object</code> to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(Object)</code></dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   java.lang.String&nbsp;str)</pre>
<div class="block">Inserts the specified string at the specified <code>offset</code>. If the specified string is null, then the String
 <code>"null"</code> is inserted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>str</code> - the <code>String</code> to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd></dl>
</li>
</ul>
<a name="insert(int, char[])">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   char[]&nbsp;ch)</pre>
<div class="block">Inserts the string representation of the specified <code>char[]</code> at the specified <code>offset</code>. The <code>char[]</code> value
 is converted to a String according to the rule defined by <code>String.valueOf(char[])</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>ch</code> - the <code>char[]</code> to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char[])</code></dd></dl>
</li>
</ul>
<a name="insert(int, char[], int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   char[]&nbsp;str,
                   int&nbsp;strOffset,
                   int&nbsp;strLen)</pre>
<div class="block">Inserts the string representation of the specified subsequence of the <code>char[]</code> at the specified <code>offset</code>. The
 <code>char[]</code> value is converted to a String according to the rule defined by <code>String.valueOf(char[],int,int)</code>.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>str</code> - the <code>char[]</code> to insert.</dd><dd><code>strOffset</code> - the inclusive index.</dd><dd><code>strLen</code> - the number of characters.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>, or
            <code>strOffset</code> and <code>strLen</code> do not specify a valid subsequence.</dd><dt><span class="strong">See Also:</span></dt><dd><code>String.valueOf(char[],int,int)</code></dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.CharSequence)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   java.lang.CharSequence&nbsp;s)</pre>
<div class="block">Inserts the string representation of the specified <code>CharSequence</code> at the specified <code>offset</code>. The
 <code>CharSequence</code> is converted to a String as defined by <code>CharSequence.toString()</code>. If <code>s</code> is <code>null</code>,
 then the String <code>"null"</code> is inserted.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>s</code> - the <code>CharSequence</code> to insert.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>.</dd><dt><span class="strong">See Also:</span></dt><dd><code>CharSequence.toString()</code></dd></dl>
</li>
</ul>
<a name="insert(int, java.lang.CharSequence, int, int)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>insert</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;insert(int&nbsp;offset,
                   java.lang.CharSequence&nbsp;s,
                   int&nbsp;start,
                   int&nbsp;end)</pre>
<div class="block">Inserts the string representation of the specified subsequence of the <code>CharSequence</code> at the specified <code>offset</code>.
 The <code>CharSequence</code> is converted to a String as defined by <code>CharSequence.subSequence(int, int)</code>. If the
 <code>CharSequence</code> is <code>null</code>, then the string <code>"null"</code> is used to determine the subsequence.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>offset</code> - the index to insert at.</dd><dd><code>s</code> - the <code>CharSequence</code> to insert.</dd><dd><code>start</code> - the start of the subsequence of the character sequence.</dd><dd><code>end</code> - the end of the subsequence of the character sequence.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IndexOutOfBoundsException</code> - if <code>offset</code> is negative or greater than the current <code>length()</code>, or
            <code>start</code> and <code>end</code> do not specify a valid subsequence.</dd><dt><span class="strong">See Also:</span></dt><dd><code>CharSequence.subSequence(int, int)</code></dd></dl>
</li>
</ul>
<a name="replace(int, int, java.lang.String)">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>replace</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;replace(int&nbsp;start,
                    int&nbsp;end,
                    java.lang.String&nbsp;str)</pre>
<div class="block">Replaces the specified subsequence in this builder with the specified string.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - the inclusive begin index.</dd><dd><code>end</code> - the exclusive end index.</dd><dd><code>str</code> - the replacement string.</dd>
<dt><span class="strong">Returns:</span></dt><dd>this builder.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.StringIndexOutOfBoundsException</code> - if <code>start</code> is negative, greater than the current <code>length()</code> or greater
            than <code>end</code>.</dd>
<dd><code>java.lang.NullPointerException</code> - if <code>str</code> is <code>null</code>.</dd></dl>
</li>
</ul>
<a name="reverse()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reverse</h4>
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/StringBuilder.html" title="class in com.badlogic.gdx.utils">StringBuilder</a>&nbsp;reverse()</pre>
<div class="block">Reverses the order of characters in this builder.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>this buffer.</dd></dl>
</li>
</ul>
<a name="hashCode()">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a name="equals(java.lang.Object)">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/StringBuilder.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>libgdx API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/badlogic/gdx/utils/StreamUtils.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/badlogic/gdx/utils/Timer.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/badlogic/gdx/utils/StringBuilder.html" target="_top">Frames</a></li>
<li><a href="StringBuilder.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
 allClassesLink = document.getElementById("allclasses_navbar_bottom");
 if(window==top) {
   allClassesLink.style.display = "block";
 }
 else {
   allClassesLink.style.display = "none";
 }
 //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
                                <div style="font-size:9pt"><i>
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
                                </i></div>
                        </small></p>
</body>
</html>