- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Bell (1.21 sec)
-
guava/src/com/google/common/collect/TopKSelector.java
* asymptotics but requires O(n) memory, and a {@code PriorityQueue} implementation takes O(n log * k). In benchmarks, this implementation performs at least as well as either implementation, and * degrades more gracefully for worst-case input. * * <p>The implementation does not necessarily use a <i>stable</i> sorting algorithm; when multiple
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 31 13:15:26 UTC 2025 - 11.4K bytes - Viewed (0) -
guava/src/com/google/common/reflect/Types.java
@Override Type usedInGenericType(Type type) { return JAVA7.usedInGenericType(type); } /* * We use this only when getTypeName is available. * * Well, really, we use this when we think we're running under Java 8, as determined by some * logic in the static initializer, which does not check for getTypeName specifically. We
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.5K bytes - Viewed (0) -
guava-gwt/pom.xml
<id>default-compile</id> <configuration> <excludes> <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: --> <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) --> <!-- 1. Don't compile it (since that requires a *non-test* dep on gwt-user. -->
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/Types.java
@Override Type usedInGenericType(Type type) { return JAVA7.usedInGenericType(type); } /* * We use this only when getTypeName is available. * * Well, really, we use this when we think we're running under Java 8, as determined by some * logic in the static initializer, which does not check for getTypeName specifically. We
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 14:03:14 UTC 2025 - 23.6K bytes - Viewed (0)