Uses of Interface
org.springframework.data.util.CloseableIterator
Packages that use CloseableIterator
Package
Description
Core utility APIs such as a type information framework to resolve generic types.
-
Uses of CloseableIterator in org.springframework.data.util
Methods in org.springframework.data.util with parameters of type CloseableIteratorModifier and TypeMethodDescriptionstatic <T> Stream<T>
StreamUtils.createStreamFromIterator
(CloseableIterator<T> iterator) Returns aStream
backed by the givenCloseableIterator
and forwarding calls toBaseStream.close()
to the iterator.