Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for n1 (0.01 sec)

  1. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        }
      }
    
      public <N1 extends Number, N2 extends Number, N11 extends N1>
          void testisSupertypeOf_typeVariable() {
        assertAssignable(
            TypeToken.of(new TypeCapture<N1>() {}.capture()),
            TypeToken.of(new TypeCapture<N1>() {}.capture()));
        assertNotAssignable(new TypeToken<List<N11>>() {}, new TypeToken<List<N1>>() {});
        assertNotAssignable(
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Tue Oct 28 18:44:53 UTC 2025
    - 89K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java

                        logger.warn("Failed to access groups/roles in Entra ID for id: {}", id, e);
                    }
                    final Pair<String[], String[]> result = new Pair<>(groupList.stream().distinct().toArray(n1 -> new String[n1]),
                            roleList.stream().distinct().toArray(n2 -> new String[n2]));
                    if (logger.isDebugEnabled()) {
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 56.7K bytes
    - Viewed (0)
Back to top