Class SingleElementListIterable<E>

    • Constructor Detail

      • SingleElementListIterable

        public SingleElementListIterable​(E element)
        Construct a list iterable that contains only the specified element.