Searched refs:next (Results 1 - 10 of 10) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DRopeTest.java141 assertTrue("Has next (" + j + "/" + c2.length() + ")", i.hasNext());
142 i.next();
155 assertEquals((char) '2',(char) i.next());
157 assertEquals((char) '3', (char) i.next());
178 assertEquals((char) '6',(char) i.next());
180 assertEquals((char) '7',(char) i.next());
338 assertEquals((char) '4',(char) x.next());
340 assertEquals((char) '3',(char) x.next());
342 assertEquals((char) '2',(char) x.next());
344 assertEquals((char) '1',(char) x.next());
[all...]
/ropes-1.2.5/
H A Dropes.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ahmadsoft/ org/ahmadsoft/ropes/ org/ahmadsoft/ropes/impl/ ...
/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DSubstringRope.java91 public Character next() {
93 return this.u.next();
128 public Character next() {
130 return this.u.next();
H A DReverseRope.java74 public Character next() {
106 public Character next() {
H A DAbstractRope.java63 final char x = i.next();
94 final char a = i1.next();
95 final char b = i2.next();
122 this.hashCode = 31 * this.hashCode + i.next();
154 if (i.next().charValue() != prefix.charAt(x++))
177 if (i.next().charValue() == ch)
291 final char c = i.next();
H A DFlatCharSequenceRope.java71 public Character next() {
110 public Character next() {
H A DConcatenationRope.java89 final char c = this.iterator.next();
99 return this.iterator.next();
H A DFlatCharArrayRope.java157 public Character next() {
190 public Character next() {
H A DConcatenationRopeIteratorImpl.java131 public Character next() { method in class:ConcatenationRopeIteratorImpl
H A DConcatenationRopeReverseIteratorImpl.java130 public Character next() { method in class:ConcatenationRopeReverseIteratorImpl

Completed in 18 milliseconds