Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for spliteratorUnknownSize (0.39 sec)

  1. android/guava/src/com/google/common/collect/Streams.java

       * {@code iterator} directly after passing it to this method.
       */
      public static <T extends @Nullable Object> Stream<T> stream(Iterator<T> iterator) {
        return StreamSupport.stream(Spliterators.spliteratorUnknownSize(iterator, 0), false);
      }
    
      /**
       * If a value is present in {@code optional}, returns a stream containing only that element,
       * otherwise returns an empty stream.
       */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 37K bytes
    - Viewed (0)
Back to top