Modifier and Type | Method and Description |
---|---|
static AlphabetIterator |
getLowerCaseIterator()
Gets an lower case iterator to iterate over a-z.
|
static AlphabetIterator |
getUpperCaseIterator()
Gets an upper case iterator to iterate over A-Z.
|
boolean |
hasNext() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static final AlphabetIterator getLowerCaseIterator()
public static final AlphabetIterator getUpperCaseIterator()
Copyright © 2017. All rights reserved.