Interface CloseableIteratorSet<E>

    • Method Detail

      • spliterator

        CloseableSpliterator<E> spliterator()
        Description copied from interface: CloseableIteratorCollection

        This spliterator should be explicitly closed after it has been used. Failure to do so could cause resources to not be freed properly

        Specified by:
        spliterator in interface CloseableIteratorCollection<E>
        Specified by:
        spliterator in interface java.util.Collection<E>
        Specified by:
        spliterator in interface java.lang.Iterable<E>
        Specified by:
        spliterator in interface java.util.Set<E>