Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for WrappedHashMapGenerator (0.11 seconds)

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

  1. android/guava-testlib/test/com/google/common/collect/testing/MapTestSuiteBuilderTests.java

        suite.addTest(testsForHashMapNullKeysForbidden());
        suite.addTest(testsForHashMapNullValuesForbidden());
        suite.addTest(testsForSetUpTearDown());
        return suite;
      }
    
      private abstract static class WrappedHashMapGenerator extends TestStringMapGenerator {
        @Override
        protected final Map<String, String> create(Entry<String, String>[] entries) {
          HashMap<String, String> map = new HashMap<>();
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu May 22 16:18:11 GMT 2025
    - 11.4K bytes
    - Click Count (0)
Back to Top