Searched refs:getRope (Results 1 - 2 of 2) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DSubstringRope.java61 return RopeUtilities.INSTANCE.depth(getRope());
72 public Rope getRope() { method in class:SubstringRope
82 final Iterator<Character> u = SubstringRope.this.getRope().iterator(SubstringRope.this.getOffset() + start);
119 final Iterator<Character> u = SubstringRope.this.getRope().reverseIterator(SubstringRope.this.getRope().length() - SubstringRope.this.getOffset() - SubstringRope.this.length() + start);
/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