| Modifier and Type | Method and Description |
|---|---|
EmptySequence<E> |
copy() |
E |
current() |
static <T> EmptySequence<T> |
getInstance() |
boolean |
hasNext() |
int |
index() |
int |
length() |
E |
next() |
E |
next(int count) |
void |
reset() |
public static <T> EmptySequence<T> getInstance()
public EmptySequence<E> copy()
Copyright © 2021. All rights reserved.