|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ahmadsoft.ropes.RopeBuilder
public final class RopeBuilder
A factory for building ropes.
| Constructor Summary | |
|---|---|
RopeBuilder()
|
|
| Method Summary | |
|---|---|
Rope |
build(char[] sequence)
Construct a rope from a character array. |
Rope |
build(java.lang.CharSequence sequence)
Construct a rope from an underlying character sequence. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RopeBuilder()
| Method Detail |
|---|
public Rope build(char[] sequence)
sequence - a character array
public Rope build(java.lang.CharSequence sequence)
sequence - the underlying character sequence.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||