ByteIteratorpublic final class ImmutableEmptyByteIterator extends java.lang.Object implements ByteIterator
| Modifier and Type | Field | Description |
|---|---|---|
static ImmutableEmptyByteIterator |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
byte |
next() |
public static final ImmutableEmptyByteIterator INSTANCE
public boolean hasNext()
hasNext in interface ByteIteratorpublic byte next()
next in interface ByteIteratorCopyright © 2004–2018. All rights reserved.