Class SilentIteration<T>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated.
        Description copied from class: IterationWrapper
        Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
        Specified by:
        hasNext in interface Iterator<T>
        Overrides:
        hasNext in class IterationWrapper<T>
        Returns:
        true if the wrapped Iteration contains more elements, false otherwise.