Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for cafebabe (0.03 seconds)

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

          Arrays.sort((E[]) contents, 0, size, comparator);
          return asImmutableList(contents, size);
        }
      }
    
      @GwtIncompatible @J2ktIncompatible   private static final long serialVersionUID = 0xcafebabe;
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 30.6K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/ImmutableSet.java

            ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY,
            sqrt(inputElementsIncludingAnyDuplicates, RoundingMode.CEILING));
      }
    
      @GwtIncompatible @J2ktIncompatible   private static final long serialVersionUID = 0xcafebabe;
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Nov 07 16:09:47 GMT 2025
    - 35.3K bytes
    - Click Count (0)
Back to Top