public class CaseVariationIterator extends StringIterator
| Constructor and Description |
|---|
CaseVariationIterator(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
current() |
boolean |
hasNext() |
protected String |
nextImpl()
This method returns correct value only on top level iterator.
|
void |
reset() |
nextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic CaseVariationIterator(String value)
protected String nextImpl()
StringIteratornextImpl in class StringIteratorpublic void reset()
reset in class StringIteratorpublic String current()
current in class StringIteratorpublic boolean hasNext()
Copyright © 2020. All rights reserved.