| Constructor and Description |
|---|
Spliterator(String s,
char separator)
Creates a spliterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Spliterator(String s, char separator) throws NullPointerException
s - the string to splitseparator - the separatorNullPointerException - if the string is nullCopyright © 2017 JBoss by Red Hat. All Rights Reserved.