- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for sadp (0.03 seconds)
-
guava-testlib/src/com/google/common/collect/testing/TestMapEntrySetGenerator.java
return createFromEntries(entries); } public abstract Set<Entry<K, V>> createFromEntries(Entry<K, V>[] entries); @Override @SuppressWarnings("unchecked") // generic arrays make typesafety sad public Entry<K, V>[] createArray(int length) { return (Entry<K, V>[]) new Entry<?, ?>[length]; } /** Returns the original element list, unchanged. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.2K bytes - Click Count (0) -
build-conventions/build.gradle
/* * give each source folder a unique corresponding output folder * outside of the usual `build` folder. We can't put the build * in the usual build folder because eclipse becomes *very* sad * if we delete it. Which `gradlew clean` does all the time. */ classpath.getEntries().findAll{ s -> s instanceof SourceFolder }.eachWithIndex { s, i -> s.setOutput("out/eclipse" + i)Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 2.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestMapEntrySetGenerator.java
return createFromEntries(entries); } public abstract Set<Entry<K, V>> createFromEntries(Entry<K, V>[] entries); @Override @SuppressWarnings("unchecked") // generic arrays make typesafety sad public Entry<K, V>[] createArray(int length) { return (Entry<K, V>[]) new Entry<?, ?>[length]; } /** Returns the original element list, unchanged. */ @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.2K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Primitives.java
// It's a constant, and we can't use ImmutableMap here without creating a circular dependency. @SuppressWarnings("ConstantCaseForConstants") private static final Map<Class<?>, Class<?>> WRAPPER_TO_PRIMITIVE_TYPE; // Sad that we can't use a BiMap. :( static { Map<Class<?>, Class<?>> primToWrap = new LinkedHashMap<>(16); Map<Class<?>, Class<?>> wrapToPrim = new LinkedHashMap<>(16);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Dec 28 01:26:26 GMT 2024 - 4.8K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java
* outside of the usual `build` folder. We can't put the build * in the usual build folder because eclipse becomes *very* sad * if we delete it. Which `gradlew clean` does all the time. */ int i = 0;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 6.4K bytes - Click Count (0)