Uses of Interface
io.debezium.util.Iterators.PreviewIterator
-
Packages that use Iterators.PreviewIterator Package Description io.debezium.util -
-
Uses of Iterators.PreviewIterator in io.debezium.util
Methods in io.debezium.util that return Iterators.PreviewIterator Modifier and Type Method Description static <T> Iterators.PreviewIterator<T>Iterators. preview(Iterator<T> iter)Get a read-only iterator that can peek at the next value before it is retrieved withIterator.next().
-