Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for UnhashableElementsImmutableListGenerator (0.13 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-testlib/src/com/google/common/collect/testing/google/ListGenerators.java

          extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
          implements TestListGenerator<UnhashableObject> {}
    
      public static class UnhashableElementsImmutableListGenerator extends TestUnhashableListGenerator {
        @Override
        public List<UnhashableObject> create(UnhashableObject[] elements) {
          return ImmutableList.copyOf(elements);
        }
      }
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Sep 22 20:54:16 GMT 2025
    - 5K bytes
    - Click Count (0)
Back to Top