Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FlatMapSpliteratorOfPrimitive (0.33 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
    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