Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lazyComplement (0.05 seconds)

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

          return of();
        } else {
          return lazyComplement();
        }
      }
    
      @LazyInit @RetainedWith private transient @Nullable ImmutableRangeSet<C> lazyComplement;
    
      private ImmutableRangeSet<C> lazyComplement() {
        ImmutableRangeSet<C> result = lazyComplement;
        return result == null
            ? lazyComplement =
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 27.5K bytes
    - Click Count (0)
Back to Top