Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatMapSpliteratorOfPrimitive (1.7 sec)

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

          this.factory = factory;
          this.characteristics = characteristics;
          this.estimatedSize = estimatedSize;
        }
    
        /*
         * The tryAdvance and forEachRemaining in FlatMapSpliteratorOfPrimitive are overloads of these
         * methods, not overrides. They are annotated @Override because they implement methods from
         * Spliterator.OfPrimitive (and override default implementations from Spliterator.OfPrimitive or
    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