- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for variance (0.03 sec)
-
android/guava/src/com/google/common/reflect/TypeResolver.java
checkArgument(!variable.equalsType(type), "Type variable %s bound to itself", variable); builder.put(variable, type); } return new TypeTable(builder.buildOrThrow()); } final Type resolve(TypeVariable<?> var) { TypeTable unguarded = this; TypeTable guarded = new TypeTable() { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
guava/src/com/google/common/reflect/TypeResolver.java
checkArgument(!variable.equalsType(type), "Type variable %s bound to itself", variable); builder.put(variable, type); } return new TypeTable(builder.buildOrThrow()); } final Type resolve(TypeVariable<?> var) { TypeTable unguarded = this; TypeTable guarded = new TypeTable() { @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 24.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 16.4K bytes - Viewed (0) -
android/pom.xml
--add-opens java.base/sun.security.jca=ALL-UNNAMED </test.add.opens> <module.status>integration</module.status> <variant.jvmEnvironment>android</variant.jvmEnvironment> <variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName> <otherVariant.version>999.0.0-HEAD-jre-SNAPSHOT</otherVariant.version> <otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
--add-opens java.base/sun.security.jca=ALL-UNNAMED </test.add.opens> <module.status>integration</module.status> <variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment> <variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName> <otherVariant.version>999.0.0-HEAD-android-SNAPSHOT</otherVariant.version> <otherVariant.jvmEnvironment>android</otherVariant.jvmEnvironment>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
guava/src/com/google/common/reflect/Types.java
private final String name; private final ImmutableList<Type> bounds; TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { disallowPrimitiveType(bounds, "bound for type variable"); this.genericDeclaration = checkNotNull(genericDeclaration); this.name = checkNotNull(name); this.bounds = ImmutableList.copyOf(bounds); } @Keep public Type[] getBounds() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.5K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/Types.java
private final String name; private final ImmutableList<Type> bounds; TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { disallowPrimitiveType(bounds, "bound for type variable"); this.genericDeclaration = checkNotNull(genericDeclaration); this.name = checkNotNull(name); this.bounds = ImmutableList.copyOf(bounds); } @Keep public Type[] getBounds() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
} TypeToken<V> valueType() { return new TypeToken<V>(getClass()) {}; } } // The A and B type parameters are used inside the test to test type variable public <A, B> void testEquals() { new EqualsTester() .addEqualityGroup( TypeToken.of(String.class), TypeToken.of(String.class),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} } return systemCpuPercent; } /** * Gets a map of filtered environment variables. * * @param keyPattern The pattern to filter environment variable keys. * @return A map of filtered environment variables. */ public Map<String, String> getFilteredEnvMap(final String keyPattern) { final Pattern pattern = Pattern.compile(keyPattern);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
} TypeToken<V> valueType() { return new TypeToken<V>(getClass()) {}; } } // The A and B type parameters are used inside the test to test type variable public <A, B> void testEquals() { new EqualsTester() .addEqualityGroup( TypeToken.of(String.class), TypeToken.of(String.class),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0)