Class GeneralUtils


  • public class GeneralUtils
    extends Object
    • Constructor Detail

      • GeneralUtils

        public GeneralUtils()
    • Method Detail

      • iteratorToStreamOfUnknownSize

        public static <T> Stream<T> iteratorToStreamOfUnknownSize​(Iterator<T> iterator,
                                                                  int characteristics,
                                                                  boolean parallel)