Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
W
A
AbstractRope
- Class in
org.ahmadsoft.ropes.impl
Abstract base class for ropes that implements many of the common operations.
AbstractRope()
- Constructor for class org.ahmadsoft.ropes.impl.
AbstractRope
append(char)
- Method in class org.ahmadsoft.ropes.impl.
AbstractRope
append(CharSequence)
- Method in class org.ahmadsoft.ropes.impl.
AbstractRope
append(CharSequence, int, int)
- Method in class org.ahmadsoft.ropes.impl.
AbstractRope
append(char)
- Method in interface org.ahmadsoft.ropes.
Rope
Returns a new rope created by appending the specified character to this rope.
append(CharSequence)
- Method in interface org.ahmadsoft.ropes.
Rope
Returns a new rope created by appending the specified character sequence to this rope.
append(CharSequence, int, int)
- Method in interface org.ahmadsoft.ropes.
Rope
Returns a new rope created by appending the specified character range to this rope.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
W