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

/ropes-1.2.5/src/org/ahmadsoft/ropes/
H A DRope.java2 * Rope.java
39 * Rope operations, unlike string operations, scale well to very
63 /*@ pure @*/ public interface Rope extends CharSequence, Iterable<Character>, Comparable<CharSequence>, Serializable { interface in inherits:CharSequence,Iterable,Comparable,Serializable
77 Rope append(char c);
87 Rope append(CharSequence suffix);
99 Rope append(CharSequence csq, int start, int end);
117 Rope delete(int start, int end);
122 * in the character sequence represented by this <code>Rope</code>
142 * represented by this <code>Rope</code> object, then the index of the
204 * @return a reference to the new Rope
[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 7 milliseconds