Searched defs:SubstringRope (Results 1 - 2 of 2) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DSubstringRope.java2 * SubstringRope.java
36 public class SubstringRope extends AbstractRope { class in inherits:AbstractRope
42 public SubstringRope(final FlatRope rope, final int offset, final int length) { method in class:SubstringRope
82 final Iterator<Character> u = SubstringRope.this.getRope().iterator(SubstringRope.this.getOffset() + start);
87 return this.position < SubstringRope.this.length();
119 final Iterator<Character> u = SubstringRope.this.getRope().reverseIterator(SubstringRope.this.getRope().length() - SubstringRope.this.getOffset() - SubstringRope
[all...]
/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 3 milliseconds