Constructor and Description |
---|
SplitText(String text,
String rgx)
Ctor.
|
SplitText(String text,
Text rgx)
Ctor.
|
SplitText(Text text,
String rgx)
Ctor.
|
SplitText(Text text,
Text rgx)
Ctor.
|
SplitText(UncheckedText text,
UncheckedText rgx)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Text> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public SplitText(String text, String rgx)
text
- The textrgx
- The regexpublic SplitText(UncheckedText text, UncheckedText rgx)
text
- The textrgx
- The regexCopyright © 2017 Cactoos. All rights reserved.