Class EnumerationSpliterator<T>

  • Type Parameters:
    T - enumeration type
    All Implemented Interfaces:
    Spliterator<T>

    public class EnumerationSpliterator<T>
    extends Object
    implements Spliterator<T>
    Enumeration spliterator ORDERED, NONNULL and IMMUTABLE utility class
    • Constructor Detail

      • EnumerationSpliterator

        public EnumerationSpliterator​(Enumeration<T> _underlayingEnumeration)
        Constructor receiving the underlaying enumeration to be converted to Splitterator
        Parameters:
        _underlayingEnumeration - enumeration