Searched refs:hasNext (Results 1 - 9 of 9) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DRopeTest.java141 assertTrue("Has next (" + j + "/" + c2.length() + ")", i.hasNext());
144 assertTrue(!i.hasNext());
152 assertTrue(!i.hasNext());
154 assertTrue(i.hasNext());
156 assertTrue(i.hasNext());
158 assertTrue(!i.hasNext());
175 assertTrue(!i.hasNext());
177 assertTrue(i.hasNext());
179 assertTrue(i.hasNext());
181 assertTrue(!i.hasNext());
[all...]
/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DReverseRope.java69 public boolean hasNext() {
101 public boolean hasNext() {
H A DFlatCharSequenceRope.java66 public boolean hasNext() {
105 public boolean hasNext() {
H A DSubstringRope.java86 public boolean hasNext() {
123 public boolean hasNext() {
H A DFlatCharArrayRope.java152 public boolean hasNext() {
185 public boolean hasNext() {
H A DAbstractRope.java93 while (i1.hasNext()) {
153 for (Iterator<Character> i=this.iterator(offset); i.hasNext() && x < prefix.length(); ) {
175 for (final Iterator<Character> i=this.iterator(fromIndex); i.hasNext(); ) {
290 for (final Iterator<Character> i=this.reverseIterator(); i.hasNext();) {
H A DConcatenationRopeIteratorImpl.java72 public boolean hasNext() { method in class:ConcatenationRopeIteratorImpl
H A DConcatenationRopeReverseIteratorImpl.java74 public boolean hasNext() { method in class:ConcatenationRopeReverseIteratorImpl
/ropes-1.2.5/
H A Dropes.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ahmadsoft/ org/ahmadsoft/ropes/ org/ahmadsoft/ropes/impl/ ...

Completed in 9 milliseconds