IntIterator
public final class ImmutableEmptyIntIterator extends java.lang.Object implements IntIterator
Modifier and Type | Field | Description |
---|---|---|
static ImmutableEmptyIntIterator |
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
int |
next() |
public static final ImmutableEmptyIntIterator INSTANCE
public boolean hasNext()
hasNext
in interface IntIterator
public int next()
next
in interface IntIterator
Copyright © 2004–2018. All rights reserved.