1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_03) on Tue Jan 20 08:29:54 EST 2009 -->
6<TITLE>
7Index
8</TITLE>
9
10<META NAME="date" CONTENT="2009-01-20">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="/stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    if (location.href.indexOf('is-external=true') == -1) {
18        parent.document.title="Index";
19    }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39  <TR ALIGN="center" VALIGN="top">
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47  </TR>
48</TABLE>
49</TD>
50<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51</EM>
52</TD>
53</TR>
54
55<TR>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57&nbsp;PREV&nbsp;
58&nbsp;NEXT</FONT></TD>
59<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60  <A HREF="/index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62&nbsp;<SCRIPT type="text/javascript">
63  <!--
64  if(window==top) {
65    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
66  }
67  //-->
68</SCRIPT>
69<NOSCRIPT>
70  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
71</NOSCRIPT>
72
73
74</FONT></TD>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> <HR>
81<A NAME="_A_"><!-- --></A><H2>
82<B>A</B></H2>
83<DL>
84<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl"><B>AbstractRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>Abstract base class for ropes that implements many of the common operations.<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#AbstractRope()"><B>AbstractRope()</B></A> - 
85Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
86<DD>&nbsp;
87<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#append(char)"><B>append(char)</B></A> - 
88Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
89<DD>&nbsp;
90<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#append(java.lang.CharSequence)"><B>append(CharSequence)</B></A> - 
91Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
92<DD>&nbsp;
93<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#append(java.lang.CharSequence, int, int)"><B>append(CharSequence, int, int)</B></A> - 
94Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
95<DD>&nbsp;
96<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#append(char)"><B>append(char)</B></A> - 
97Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
98<DD>Returns a new rope created by appending the specified character to
99 this rope.
100<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#append(java.lang.CharSequence)"><B>append(CharSequence)</B></A> - 
101Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
102<DD>Returns a new rope created by appending the specified character sequence to
103 this rope.
104<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#append(java.lang.CharSequence, int, int)"><B>append(CharSequence, int, int)</B></A> - 
105Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
106<DD>Returns a new rope created by appending the specified character range to
107 this rope.
108</DL>
109<HR>
110<A NAME="_B_"><!-- --></A><H2>
111<B>B</B></H2>
112<DL>
113<DT><A HREF="/org/ahmadsoft/ropes/RopeBuilder.html#build(char[])"><B>build(char[])</B></A> - 
114Method in class org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/RopeBuilder.html" title="class in org.ahmadsoft.ropes">RopeBuilder</A>
115<DD>Construct a rope from a character array.
116<DT><A HREF="/org/ahmadsoft/ropes/RopeBuilder.html#build(java.lang.CharSequence)"><B>build(CharSequence)</B></A> - 
117Method in class org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/RopeBuilder.html" title="class in org.ahmadsoft.ropes">RopeBuilder</A>
118<DD>Construct a rope from an underlying character sequence.
119<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#BUILDER"><B>BUILDER</B></A> - 
120Static variable in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
121<DD>A factory used for constructing ropes.
122</DL>
123<HR>
124<A NAME="_C_"><!-- --></A><H2>
125<B>C</B></H2>
126<DL>
127<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#canMoveBackwards(int)"><B>canMoveBackwards(int)</B></A> - 
128Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
129<DD>&nbsp;
130<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#canMoveBackwards(int)"><B>canMoveBackwards(int)</B></A> - 
131Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
132<DD>&nbsp;
133<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#charAt(int)"><B>charAt(int)</B></A> - 
134Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
135<DD>&nbsp;
136<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#charAt(int)"><B>charAt(int)</B></A> - 
137Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
138<DD>&nbsp;
139<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#charAt(int)"><B>charAt(int)</B></A> - 
140Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
141<DD>&nbsp;
142<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#charAt(int)"><B>charAt(int)</B></A> - 
143Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
144<DD>&nbsp;
145<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#charAt(int)"><B>charAt(int)</B></A> - 
146Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
147<DD>&nbsp;
148<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#charAt(int)"><B>charAt(int)</B></A> - 
149Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
150<DD>&nbsp;
151<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#compareTo(java.lang.CharSequence)"><B>compareTo(CharSequence)</B></A> - 
152Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
153<DD>&nbsp;
154<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl"><B>ConcatenationRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A rope that represents the concatenation of two other ropes.<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#ConcatenationRope(org.ahmadsoft.ropes.Rope, org.ahmadsoft.ropes.Rope)"><B>ConcatenationRope(Rope, Rope)</B></A> - 
155Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
156<DD>Create a new concatenation rope from two ropes.
157<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl"><B>ConcatenationRopeIteratorImpl</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A fast iterator for concatenated ropes.<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#ConcatenationRopeIteratorImpl(org.ahmadsoft.ropes.Rope)"><B>ConcatenationRopeIteratorImpl(Rope)</B></A> - 
158Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
159<DD>&nbsp;
160<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#ConcatenationRopeIteratorImpl(org.ahmadsoft.ropes.Rope, int)"><B>ConcatenationRopeIteratorImpl(Rope, int)</B></A> - 
161Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
162<DD>&nbsp;
163<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl"><B>ConcatenationRopeReverseIteratorImpl</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A fast reverse iterator for concatenated ropes.<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#ConcatenationRopeReverseIteratorImpl(org.ahmadsoft.ropes.Rope)"><B>ConcatenationRopeReverseIteratorImpl(Rope)</B></A> - 
164Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
165<DD>&nbsp;
166<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#ConcatenationRopeReverseIteratorImpl(org.ahmadsoft.ropes.Rope, int)"><B>ConcatenationRopeReverseIteratorImpl(Rope, int)</B></A> - 
167Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
168<DD>&nbsp;
169</DL>
170<HR>
171<A NAME="_D_"><!-- --></A><H2>
172<B>D</B></H2>
173<DL>
174<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#delete(int, int)"><B>delete(int, int)</B></A> - 
175Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
176<DD>&nbsp;
177<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#delete(int, int)"><B>delete(int, int)</B></A> - 
178Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
179<DD>Creats a new rope by delete the specified character substring.
180<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#depth()"><B>depth()</B></A> - 
181Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
182<DD>&nbsp;
183<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#depth()"><B>depth()</B></A> - 
184Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
185<DD>&nbsp;
186<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#depth()"><B>depth()</B></A> - 
187Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
188<DD>&nbsp;
189<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#depth()"><B>depth()</B></A> - 
190Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
191<DD>&nbsp;
192<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#depth()"><B>depth()</B></A> - 
193Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
194<DD>&nbsp;
195<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#depth()"><B>depth()</B></A> - 
196Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
197<DD>&nbsp;
198</DL>
199<HR>
200<A NAME="_E_"><!-- --></A><H2>
201<B>E</B></H2>
202<DL>
203<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#endsWith(java.lang.CharSequence)"><B>endsWith(CharSequence)</B></A> - 
204Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
205<DD>&nbsp;
206<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#endsWith(java.lang.CharSequence, int)"><B>endsWith(CharSequence, int)</B></A> - 
207Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
208<DD>&nbsp;
209<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#endsWith(java.lang.CharSequence)"><B>endsWith(CharSequence)</B></A> - 
210Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
211<DD>Returns <code>true</code> if this rope ends with the specified 
212 suffix.
213<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#endsWith(java.lang.CharSequence, int)"><B>endsWith(CharSequence, int)</B></A> - 
214Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
215<DD>Returns <code>true</code> if this rope, terminated at a specified
216 offset, ends with the specified suffix.
217<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
218Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
219<DD>&nbsp;
220</DL>
221<HR>
222<A NAME="_F_"><!-- --></A><H2>
223<B>F</B></H2>
224<DL>
225<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl"><B>FlatCharArrayRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A rope constructed from a character array.<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#FlatCharArrayRope(char[])"><B>FlatCharArrayRope(char[])</B></A> - 
226Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
227<DD>Constructs a new rope from a character array.
228<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#FlatCharArrayRope(char[], int, int)"><B>FlatCharArrayRope(char[], int, int)</B></A> - 
229Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
230<DD>Constructs a new rope from a character array range.
231<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl"><B>FlatCharSequenceRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A rope constructed from an underlying character sequence.<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#FlatCharSequenceRope(java.lang.CharSequence)"><B>FlatCharSequenceRope(CharSequence)</B></A> - 
232Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
233<DD>Constructs a new rope from an underlying character sequence.
234</DL>
235<HR>
236<A NAME="_G_"><!-- --></A><H2>
237<B>G</B></H2>
238<DL>
239<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#getCharacter()"><B>getCharacter()</B></A> - 
240Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
241<DD>Returns the character used to construct this sequence.
242<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#getForSequentialAccess()"><B>getForSequentialAccess()</B></A> - 
243Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
244<DD>&nbsp;
245<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#getLeft()"><B>getLeft()</B></A> - 
246Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
247<DD>Return the left-hand rope.
248<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#getPos()"><B>getPos()</B></A> - 
249Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
250<DD>&nbsp;
251<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#getPos()"><B>getPos()</B></A> - 
252Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
253<DD>&nbsp;
254<DT><A HREF="/org/ahmadsoft/ropes/impl/RopeIterator.html#getPosition()"><B>getPosition()</B></A> - 
255Method in interface org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RopeIterator.html" title="interface in org.ahmadsoft.ropes.impl">RopeIterator</A>
256<DD>Returns the position of the last character returned.
257<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#getRight()"><B>getRight()</B></A> - 
258Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
259<DD>Return the right-hand rope.
260<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#getRope()"><B>getRope()</B></A> - 
261Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
262<DD>Returns the rope underlying this one.
263</DL>
264<HR>
265<A NAME="_H_"><!-- --></A><H2>
266<B>H</B></H2>
267<DL>
268<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#hashCode()"><B>hashCode()</B></A> - 
269Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
270<DD>&nbsp;
271<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#hasNext()"><B>hasNext()</B></A> - 
272Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
273<DD>&nbsp;
274<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#hasNext()"><B>hasNext()</B></A> - 
275Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
276<DD>&nbsp;
277</DL>
278<HR>
279<A NAME="_I_"><!-- --></A><H2>
280<B>I</B></H2>
281<DL>
282<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#indexOf(char)"><B>indexOf(char)</B></A> - 
283Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
284<DD>&nbsp;
285<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#indexOf(char, int)"><B>indexOf(char, int)</B></A> - 
286Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
287<DD>&nbsp;
288<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#indexOf(java.lang.CharSequence)"><B>indexOf(CharSequence)</B></A> - 
289Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
290<DD>&nbsp;
291<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#indexOf(java.lang.CharSequence, int)"><B>indexOf(CharSequence, int)</B></A> - 
292Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
293<DD>&nbsp;
294<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#indexOf(char)"><B>indexOf(char)</B></A> - 
295Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
296<DD>&nbsp;
297<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#indexOf(char, int)"><B>indexOf(char, int)</B></A> - 
298Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
299<DD>&nbsp;
300<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#indexOf(java.lang.CharSequence, int)"><B>indexOf(CharSequence, int)</B></A> - 
301Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
302<DD>&nbsp;
303<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#indexOf(char)"><B>indexOf(char)</B></A> - 
304Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
305<DD>Returns the index within this rope of the first occurrence of the
306 specified character.
307<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#indexOf(char, int)"><B>indexOf(char, int)</B></A> - 
308Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
309<DD>Returns the index within this rope of the first occurrence of the
310 specified character, beginning at the specified index.
311<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#indexOf(java.lang.CharSequence)"><B>indexOf(CharSequence)</B></A> - 
312Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
313<DD>Returns the index within this rope of the first occurrence of the
314 specified string.
315<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#indexOf(java.lang.CharSequence, int)"><B>indexOf(CharSequence, int)</B></A> - 
316Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
317<DD>Returns the index within this rope of the first occurrence of the
318 specified string, beginning at the specified index.
319<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#insert(int, java.lang.CharSequence)"><B>insert(int, CharSequence)</B></A> - 
320Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
321<DD>&nbsp;
322<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#insert(int, java.lang.CharSequence)"><B>insert(int, CharSequence)</B></A> - 
323Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
324<DD>Creates a new rope by inserting the specified <code>CharSequence</code>
325 into this rope.
326<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#isEmpty()"><B>isEmpty()</B></A> - 
327Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
328<DD>&nbsp;
329<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#isEmpty()"><B>isEmpty()</B></A> - 
330Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
331<DD>Returns true if and only if the length of this rope is zero.
332<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#iterator()"><B>iterator()</B></A> - 
333Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
334<DD>&nbsp;
335<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#iterator(int)"><B>iterator(int)</B></A> - 
336Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
337<DD>&nbsp;
338<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#iterator(int)"><B>iterator(int)</B></A> - 
339Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
340<DD>&nbsp;
341<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#iterator(int)"><B>iterator(int)</B></A> - 
342Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
343<DD>&nbsp;
344<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#iterator(int)"><B>iterator(int)</B></A> - 
345Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
346<DD>&nbsp;
347<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#iterator(int)"><B>iterator(int)</B></A> - 
348Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
349<DD>&nbsp;
350<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#iterator(int)"><B>iterator(int)</B></A> - 
351Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
352<DD>Returns an iterator positioned to start at the specified index.
353</DL>
354<HR>
355<A NAME="_L_"><!-- --></A><H2>
356<B>L</B></H2>
357<DL>
358<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#length()"><B>length()</B></A> - 
359Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
360<DD>&nbsp;
361<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#length()"><B>length()</B></A> - 
362Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
363<DD>&nbsp;
364<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#length()"><B>length()</B></A> - 
365Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
366<DD>&nbsp;
367<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#length()"><B>length()</B></A> - 
368Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
369<DD>&nbsp;
370<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#length()"><B>length()</B></A> - 
371Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
372<DD>&nbsp;
373<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#length()"><B>length()</B></A> - 
374Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
375<DD>&nbsp;
376</DL>
377<HR>
378<A NAME="_M_"><!-- --></A><H2>
379<B>M</B></H2>
380<DL>
381<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#matcher(java.util.regex.Pattern)"><B>matcher(Pattern)</B></A> - 
382Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
383<DD>&nbsp;
384<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#matcher(java.util.regex.Pattern)"><B>matcher(Pattern)</B></A> - 
385Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
386<DD>&nbsp;
387<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#matcher(java.util.regex.Pattern)"><B>matcher(Pattern)</B></A> - 
388Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
389<DD>Creates a matcher that will match this rope against the
390 specified pattern.
391<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#matches(java.util.regex.Pattern)"><B>matches(Pattern)</B></A> - 
392Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
393<DD>&nbsp;
394<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
395Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
396<DD>&nbsp;
397<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#matches(java.util.regex.Pattern)"><B>matches(Pattern)</B></A> - 
398Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
399<DD>Returns <code>true</code> if this rope matches the specified
400 <code>Pattern</code>, or <code>false</code> otherwise.
401<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
402Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
403<DD>Returns <code>true</code> if this rope matches the specified
404 regular expression, or <code>false</code> otherwise.
405<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#moveBackwards(int)"><B>moveBackwards(int)</B></A> - 
406Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
407<DD>&nbsp;
408<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#moveBackwards(int)"><B>moveBackwards(int)</B></A> - 
409Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
410<DD>&nbsp;
411<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#moveForward(int)"><B>moveForward(int)</B></A> - 
412Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
413<DD>&nbsp;
414<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#moveForward(int)"><B>moveForward(int)</B></A> - 
415Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
416<DD>&nbsp;
417</DL>
418<HR>
419<A NAME="_N_"><!-- --></A><H2>
420<B>N</B></H2>
421<DL>
422<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#next()"><B>next()</B></A> - 
423Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
424<DD>&nbsp;
425<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#next()"><B>next()</B></A> - 
426Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
427<DD>&nbsp;
428</DL>
429<HR>
430<A NAME="_O_"><!-- --></A><H2>
431<B>O</B></H2>
432<DL>
433<DT><A HREF="/org/ahmadsoft/ropes/package-summary.html"><B>org.ahmadsoft.ropes</B></A> - package org.ahmadsoft.ropes<DD>A high-quality rope implementation for Java.<DT><A HREF="/org/ahmadsoft/ropes/impl/package-summary.html"><B>org.ahmadsoft.ropes.impl</B></A> - package org.ahmadsoft.ropes.impl<DD>Internal implementation package for Java Ropes.</DL>
434<HR>
435<A NAME="_P_"><!-- --></A><H2>
436<B>P</B></H2>
437<DL>
438<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#padEnd(int)"><B>padEnd(int)</B></A> - 
439Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
440<DD>&nbsp;
441<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#padEnd(int, char)"><B>padEnd(int, char)</B></A> - 
442Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
443<DD>&nbsp;
444<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#padEnd(int)"><B>padEnd(int)</B></A> - 
445Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
446<DD>Increase the length of this rope to the specified length by appending
447 spaces to this rope.
448<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#padEnd(int, char)"><B>padEnd(int, char)</B></A> - 
449Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
450<DD>Increase the length of this rope to the specified length by repeatedly 
451 appending the specified character to this rope.
452<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#padStart(int)"><B>padStart(int)</B></A> - 
453Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
454<DD>&nbsp;
455<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#padStart(int, char)"><B>padStart(int, char)</B></A> - 
456Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
457<DD>&nbsp;
458<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#padStart(int)"><B>padStart(int)</B></A> - 
459Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
460<DD>Increase the length of this rope to the specified length by prepending 
461 spaces to this rope.
462<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#padStart(int, char)"><B>padStart(int, char)</B></A> - 
463Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
464<DD>Increase the length of this rope to the specified length by repeatedly 
465 prepending the specified character to this rope.
466</DL>
467<HR>
468<A NAME="_R_"><!-- --></A><H2>
469<B>R</B></H2>
470<DL>
471<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#rebalance()"><B>rebalance()</B></A> - 
472Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
473<DD>&nbsp;
474<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#rebalance()"><B>rebalance()</B></A> - 
475Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
476<DD>&nbsp;
477<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#rebalance()"><B>rebalance()</B></A> - 
478Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
479<DD>Rebalances the current rope, returning the rebalanced rope.
480<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#remove()"><B>remove()</B></A> - 
481Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
482<DD>&nbsp;
483<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#remove()"><B>remove()</B></A> - 
484Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
485<DD>&nbsp;
486<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl"><B>RepeatedCharacterSequence</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A character sequence defined by a character
487 and a repeat count.<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#RepeatedCharacterSequence(char, int)"><B>RepeatedCharacterSequence(char, int)</B></A> - 
488Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
489<DD>&nbsp;
490<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#reverse()"><B>reverse()</B></A> - 
491Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
492<DD>&nbsp;
493<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#reverse()"><B>reverse()</B></A> - 
494Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
495<DD>&nbsp;
496<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#reverse()"><B>reverse()</B></A> - 
497Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
498<DD>&nbsp;
499<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#reverse()"><B>reverse()</B></A> - 
500Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
501<DD>&nbsp;
502<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#reverse()"><B>reverse()</B></A> - 
503Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
504<DD>&nbsp;
505<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#reverse()"><B>reverse()</B></A> - 
506Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
507<DD>Reverses this rope.
508<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#reverseIterator()"><B>reverseIterator()</B></A> - 
509Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
510<DD>&nbsp;
511<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
512Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
513<DD>&nbsp;
514<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
515Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
516<DD>&nbsp;
517<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
518Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
519<DD>&nbsp;
520<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
521Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
522<DD>&nbsp;
523<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
524Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
525<DD>&nbsp;
526<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#reverseIterator()"><B>reverseIterator()</B></A> - 
527Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
528<DD>Returns a reverse iterator positioned to start at the end of this
529 rope.
530<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#reverseIterator(int)"><B>reverseIterator(int)</B></A> - 
531Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
532<DD>Returns a reverse iterator positioned to start at the specified index.
533<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl"><B>ReverseRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>A rope representing the reversal of character sequence.<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#ReverseRope(org.ahmadsoft.ropes.Rope)"><B>ReverseRope(Rope)</B></A> - 
534Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
535<DD>Constructs a new rope from an underlying rope.
536<DT><A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes"><B>Rope</B></A> - Interface in <A HREF="/org/ahmadsoft/ropes/package-summary.html">org.ahmadsoft.ropes</A><DD>
537 A rope represents character strings.<DT><A HREF="/org/ahmadsoft/ropes/RopeBuilder.html" title="class in org.ahmadsoft.ropes"><B>RopeBuilder</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/package-summary.html">org.ahmadsoft.ropes</A><DD>A factory for building ropes.<DT><A HREF="/org/ahmadsoft/ropes/RopeBuilder.html#RopeBuilder()"><B>RopeBuilder()</B></A> - 
538Constructor for class org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/RopeBuilder.html" title="class in org.ahmadsoft.ropes">RopeBuilder</A>
539<DD>&nbsp;
540<DT><A HREF="/org/ahmadsoft/ropes/impl/RopeIterator.html" title="interface in org.ahmadsoft.ropes.impl"><B>RopeIterator</B></A> - Interface in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>&nbsp;</DL>
541<HR>
542<A NAME="_S_"><!-- --></A><H2>
543<B>S</B></H2>
544<DL>
545<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html#skip(int)"><B>skip(int)</B></A> - 
546Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeIteratorImpl</A>
547<DD>&nbsp;
548<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html#skip(int)"><B>skip(int)</B></A> - 
549Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRopeReverseIteratorImpl.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRopeReverseIteratorImpl</A>
550<DD>&nbsp;
551<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#startsWith(java.lang.CharSequence)"><B>startsWith(CharSequence)</B></A> - 
552Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
553<DD>&nbsp;
554<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#startsWith(java.lang.CharSequence, int)"><B>startsWith(CharSequence, int)</B></A> - 
555Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
556<DD>&nbsp;
557<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#startsWith(java.lang.CharSequence)"><B>startsWith(CharSequence)</B></A> - 
558Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
559<DD>Returns <code>true</code> if this rope starts with the specified 
560 prefix.
561<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#startsWith(java.lang.CharSequence, int)"><B>startsWith(CharSequence, int)</B></A> - 
562Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
563<DD>Returns <code>true</code> if this rope, beginning from a specified
564 offset, starts with the specified prefix.
565<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
566Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
567<DD>&nbsp;
568<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
569Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
570<DD>&nbsp;
571<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
572Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
573<DD>&nbsp;
574<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
575Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
576<DD>&nbsp;
577<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
578Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
579<DD>&nbsp;
580<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
581Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
582<DD>&nbsp;
583<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#subSequence(int, int)"><B>subSequence(int, int)</B></A> - 
584Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
585<DD>&nbsp;
586<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl"><B>SubstringRope</B></A> - Class in <A HREF="/org/ahmadsoft/ropes/impl/package-summary.html">org.ahmadsoft.ropes.impl</A><DD>Represents a lazily-evaluated substring of another rope.<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#SubstringRope(org.ahmadsoft.ropes.impl.FlatRope, int, int)"><B>SubstringRope(FlatRope, int, int)</B></A> - 
587Constructor for class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
588<DD>&nbsp;
589</DL>
590<HR>
591<A NAME="_T_"><!-- --></A><H2>
592<B>T</B></H2>
593<DL>
594<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#toString()"><B>toString()</B></A> - 
595Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
596<DD>&nbsp;
597<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#toString()"><B>toString()</B></A> - 
598Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
599<DD>&nbsp;
600<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#toString(int, int)"><B>toString(int, int)</B></A> - 
601Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
602<DD>&nbsp;
603<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#toString()"><B>toString()</B></A> - 
604Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
605<DD>&nbsp;
606<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#toString(int, int)"><B>toString(int, int)</B></A> - 
607Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
608<DD>&nbsp;
609<DT><A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html#toString()"><B>toString()</B></A> - 
610Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/RepeatedCharacterSequence.html" title="class in org.ahmadsoft.ropes.impl">RepeatedCharacterSequence</A>
611<DD>&nbsp;
612<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#toString()"><B>toString()</B></A> - 
613Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
614<DD>&nbsp;
615<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#trim()"><B>trim()</B></A> - 
616Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
617<DD>&nbsp;
618<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#trim()"><B>trim()</B></A> - 
619Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
620<DD>Trims all whitespace as well as characters less than <code>0x20</code> from
621 the beginning and end of this string.
622<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#trimEnd()"><B>trimEnd()</B></A> - 
623Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
624<DD>&nbsp;
625<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#trimEnd()"><B>trimEnd()</B></A> - 
626Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
627<DD>Trims all whitespace as well as characters less than <code>0x20</code> from
628 the end of this rope.
629<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#trimStart()"><B>trimStart()</B></A> - 
630Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
631<DD>&nbsp;
632<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#trimStart()"><B>trimStart()</B></A> - 
633Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
634<DD>Trims all whitespace as well as characters less than 0x20 from
635 the beginning of this string.
636</DL>
637<HR>
638<A NAME="_W_"><!-- --></A><H2>
639<B>W</B></H2>
640<DL>
641<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
642Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
643<DD>&nbsp;
644<DT><A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
645Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ConcatenationRope.html" title="class in org.ahmadsoft.ropes.impl">ConcatenationRope</A>
646<DD>&nbsp;
647<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
648Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
649<DD>&nbsp;
650<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
651Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharArrayRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharArrayRope</A>
652<DD>&nbsp;
653<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
654Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
655<DD>&nbsp;
656<DT><A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
657Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/FlatCharSequenceRope.html" title="class in org.ahmadsoft.ropes.impl">FlatCharSequenceRope</A>
658<DD>&nbsp;
659<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
660Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
661<DD>&nbsp;
662<DT><A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
663Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl">ReverseRope</A>
664<DD>&nbsp;
665<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
666Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
667<DD>&nbsp;
668<DT><A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
669Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl">SubstringRope</A>
670<DD>&nbsp;
671<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#write(java.io.Writer)"><B>write(Writer)</B></A> - 
672Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
673<DD>Write this rope to a <code>Writer</code>.
674<DT><A HREF="/org/ahmadsoft/ropes/Rope.html#write(java.io.Writer, int, int)"><B>write(Writer, int, int)</B></A> - 
675Method in interface org.ahmadsoft.ropes.<A HREF="/org/ahmadsoft/ropes/Rope.html" title="interface in org.ahmadsoft.ropes">Rope</A>
676<DD>Write a range of this rope to a <code>Writer</code>.
677<DT><A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html#writeReplace()"><B>writeReplace()</B></A> - 
678Method in class org.ahmadsoft.ropes.impl.<A HREF="/org/ahmadsoft/ropes/impl/AbstractRope.html" title="class in org.ahmadsoft.ropes.impl">AbstractRope</A>
679<DD>&nbsp;
680</DL>
681<HR>
682<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_W_">W</A> 
683
684<!-- ======= START OF BOTTOM NAVBAR ====== -->
685<A NAME="navbar_bottom"><!-- --></A>
686<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
687<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
688<TR>
689<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
690<A NAME="navbar_bottom_firstrow"><!-- --></A>
691<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
692  <TR ALIGN="center" VALIGN="top">
693  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
694  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
695  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
696  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
697  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
698  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
699  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
700  </TR>
701</TABLE>
702</TD>
703<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
704</EM>
705</TD>
706</TR>
707
708<TR>
709<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
710&nbsp;PREV&nbsp;
711&nbsp;NEXT</FONT></TD>
712<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
713  <A HREF="/index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
714&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
715&nbsp;<SCRIPT type="text/javascript">
716  <!--
717  if(window==top) {
718    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
719  }
720  //-->
721</SCRIPT>
722<NOSCRIPT>
723  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
724</NOSCRIPT>
725
726
727</FONT></TD>
728</TR>
729</TABLE>
730<A NAME="skip-navbar_bottom"></A>
731<!-- ======== END OF BOTTOM NAVBAR ======= -->
732
733<HR>
734<i>Copyright &#169; 2008 Amin Ahmad. All Rights Reserved.</i>
735</BODY>
736</HTML>
737