public interface Sequence<E>
Sequence<E>
copy()
E
current()
boolean
hasNext()
int
index()
length()
next()
next(int count)
void
reset()
boolean hasNext()
E next()
E next(int count)
int index()
E current()
int length()
void reset()
Sequence<E> copy()
Copyright © 2021. All rights reserved.