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

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DFlatCharArrayRope.java2 * FlatCharArrayRope.java
37 public final class FlatCharArrayRope extends AbstractRope implements FlatRope { class in inherits:AbstractRope,FlatRope
45 public FlatCharArrayRope(final char[] sequence) { method in class:FlatCharArrayRope
55 public FlatCharArrayRope(final char[] sequence, final int offset, final int length) { method in class:FlatCharArrayRope
153 return this.current < FlatCharArrayRope.this.length();
158 return FlatCharArrayRope.this.sequence[this.current++];
183 int current = FlatCharArrayRope.this.length() - start;
191 return FlatCharArrayRope.this.sequence[--this.current];
206 return new FlatCharArrayRope(this.sequence, start, end-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 4 milliseconds