CharIteratorpublic final class ImmutableEmptyCharIterator extends java.lang.Object implements CharIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyCharIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
char |
next() |
public static final ImmutableEmptyCharIterator INSTANCE
public boolean hasNext()
hasNext in interface CharIteratorpublic char next()
next in interface CharIteratorCopyright © 2004–2020. All rights reserved.