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) on Sat Dec 29 16:44:59 EST 2007 --> 6<TITLE> 7RopeIterator 8</TITLE> 9 10<META NAME="date" CONTENT="2007-12-29"> 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="RopeIterator"; 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> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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 <A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl"><B>PREV CLASS</B></A> 58 <A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl"><B>NEXT CLASS</B></A></FONT></TD> 59<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 60 <A HREF="/index.html?org/ahmadsoft/ropes/impl/RopeIterator.html" target="_top"><B>FRAMES</B></A> 61 <A HREF="RopeIterator.html" target="_top"><B>NO FRAMES</B></A> 62 <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<TR> 77<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 78 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 80DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 81</TR> 82</TABLE> 83<A NAME="skip-navbar_top"></A> 84<!-- ========= END OF TOP NAVBAR ========= --> 85 86<HR> 87<!-- ======== START OF CLASS DATA ======== --> 88<H2> 89<FONT SIZE="-1"> 90org.ahmadsoft.ropes.impl</FONT> 91<BR> 92Interface RopeIterator</H2> 93<DL> 94<DT><B>All Superinterfaces:</B> <DD>java.util.Iterator<java.lang.Character></DD> 95</DL> 96<HR> 97<DL> 98<DT><PRE>public interface <B>RopeIterator</B><DT>extends java.util.Iterator<java.lang.Character></DL> 99</PRE> 100 101<P> 102<HR> 103 104<P> 105 106<!-- ========== METHOD SUMMARY =========== --> 107 108<A NAME="method_summary"><!-- --></A> 109<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 110<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 111<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 112<B>Method Summary</B></FONT></TH> 113</TR> 114<TR BGCOLOR="white" CLASS="TableRowColor"> 115<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 116<CODE> int</CODE></FONT></TD> 117<TD><CODE><B><A HREF="/org/ahmadsoft/ropes/impl/RopeIterator.html#getPosition()">getPosition</A></B>()</CODE> 118 119<BR> 120 Returns the position of the last character returned.</TD> 121</TR> 122</TABLE> 123 <A NAME="methods_inherited_from_class_java.util.Iterator"><!-- --></A> 124<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 125<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 126<TH ALIGN="left"><B>Methods inherited from interface java.util.Iterator</B></TH> 127</TR> 128<TR BGCOLOR="white" CLASS="TableRowColor"> 129<TD><CODE>hasNext, next, remove</CODE></TD> 130</TR> 131</TABLE> 132 133<P> 134 135<!-- ============ METHOD DETAIL ========== --> 136 137<A NAME="method_detail"><!-- --></A> 138<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 139<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 140<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 141<B>Method Detail</B></FONT></TH> 142</TR> 143</TABLE> 144 145<A NAME="getPosition()"><!-- --></A><H3> 146getPosition</H3> 147<PRE> 148int <B>getPosition</B>()</PRE> 149<DL> 150<DD>Returns the position of the last character returned. 151<P> 152<DD><DL> 153</DL> 154</DD> 155<DD><DL> 156 157<DT><B>Returns:</B><DD></DL> 158</DD> 159</DL> 160<!-- ========= END OF CLASS DATA ========= --> 161<HR> 162 163 164<!-- ======= START OF BOTTOM NAVBAR ====== --> 165<A NAME="navbar_bottom"><!-- --></A> 166<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 167<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 168<TR> 169<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 170<A NAME="navbar_bottom_firstrow"><!-- --></A> 171<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 172 <TR ALIGN="center" VALIGN="top"> 173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 175 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 176 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 177 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 178 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 179 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 180 </TR> 181</TABLE> 182</TD> 183<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 184</EM> 185</TD> 186</TR> 187 188<TR> 189<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 190 <A HREF="/org/ahmadsoft/ropes/impl/ReverseRope.html" title="class in org.ahmadsoft.ropes.impl"><B>PREV CLASS</B></A> 191 <A HREF="/org/ahmadsoft/ropes/impl/SubstringRope.html" title="class in org.ahmadsoft.ropes.impl"><B>NEXT CLASS</B></A></FONT></TD> 192<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 193 <A HREF="/index.html?org/ahmadsoft/ropes/impl/RopeIterator.html" target="_top"><B>FRAMES</B></A> 194 <A HREF="RopeIterator.html" target="_top"><B>NO FRAMES</B></A> 195 <SCRIPT type="text/javascript"> 196 <!-- 197 if(window==top) { 198 document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>'); 199 } 200 //--> 201</SCRIPT> 202<NOSCRIPT> 203 <A HREF="/allclasses-noframe.html"><B>All Classes</B></A> 204</NOSCRIPT> 205 206 207</FONT></TD> 208</TR> 209<TR> 210<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 211 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 212<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 213DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 214</TR> 215</TABLE> 216<A NAME="skip-navbar_bottom"></A> 217<!-- ======== END OF BOTTOM NAVBAR ======= --> 218 219<HR> 220<i>Copyright © 2007 Amin Ahmad. All Rights Reserved.</i> 221</BODY> 222</HTML> 223