Searched refs:getRight (Results 1 - 5 of 5) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DConcatenationRopeIteratorImpl.java83 this.toTraverse.push(((ConcatenationRope) this.currentRope).getRight());
120 this.toTraverse.push(((ConcatenationRope) this.currentRope).getRight());
H A DConcatenationRopeReverseIteratorImpl.java86 this.toTraverse.push(((ConcatenationRope) this.currentRope).getRight());
120 this.toTraverse.push(((ConcatenationRope) this.currentRope).getRight());
H A DRopeUtilities.java82 return this.autoRebalance(new ConcatenationRope(new FlatCharSequenceRope(left.toString() + cRight.getLeft().toString()), cRight.getRight()));
88 if (right.length() + cLeft.getRight().length() < combineLength)
89 return this.autoRebalance(new ConcatenationRope(cLeft.getLeft(), new FlatCharSequenceRope(cLeft.getRight().toString() + right.toString())));
126 toExamine.push(((ConcatenationRope) x).getRight());
175 this.visualize(((ConcatenationRope)r).getRight(), out, depth+1);
189 toExamine.push(((ConcatenationRope) x).getRight());
H A DConcatenationRope.java131 public Rope getRight() { method in class:ConcatenationRope
158 return RopeUtilities.INSTANCE.concatenate(this.getRight().reverse(), this.getLeft().reverse());
213 // final Rope _R = input.getRight();
219 // final Rope B = R.getRight();
232 // final Rope R = input.getRight();
234 // final Rope B = L.getRight();
/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 7 milliseconds