public class MatchIterator<T> extends Object
Constructor and Description |
---|
MatchIterator(List<T> data) |
Modifier and Type | Method and Description |
---|---|
boolean |
advance() |
MatchIterator<T> |
copy() |
T |
getCurrent() |
boolean |
hasNext() |
void |
rewind() |
void |
rewind1() |
String |
toString() |
Copyright © 2011-2021. All Rights Reserved.