Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatMapSpliterator (0.27 sec)

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

       */
      abstract static class FlatMapSpliterator<
              InElementT extends @Nullable Object,
              OutElementT extends @Nullable Object,
              OutSpliteratorT extends Spliterator<OutElementT>>
          implements Spliterator<OutElementT> {
        /** Factory for constructing {@link FlatMapSpliterator} instances. */
        @FunctionalInterface
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Mon Feb 19 15:21:23 GMT 2024
    - 19.8K bytes
    - Viewed (0)
Back to top