Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OutElementT (0.42 sec)

  1. guava/src/com/google/common/collect/CollectSpliterators.java

       * @param <OutElementT> the element type of the output spliterators
       */
      static final class FlatMapSpliteratorOfObject<
              InElementT extends @Nullable Object, OutElementT extends @Nullable Object>
          extends FlatMapSpliterator<InElementT, OutElementT, Spliterator<OutElementT>> {
        FlatMapSpliteratorOfObject(
            @CheckForNull Spliterator<OutElementT> prefix,
            Spliterator<InElementT> from,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 22 18:19:31 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top