- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 18 for boxed (0.05 seconds)
-
android/guava-tests/test/com/google/common/base/PreconditionsTest.java
boolean aBoolean = true; Long boxedLong = null; int anInt = 1; // With a boxed predicate, no overloads can be selected in phase 1 // ambiguous without the call to .booleanValue to unbox the Boolean checkState(boxedBoolean.booleanValue(), "", 1); // ambiguous without the cast to Object because the boxed predicate prevents any overload from // being selected in phase 1Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 19K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Streams.java
*/ public static OptionalInt findLast(IntStream stream) { // findLast(Stream) does some allocation, so we might as well box some more java.util.Optional<Integer> boxedLast = findLast(stream.boxed()); return boxedLast.map(OptionalInt::of).orElse(OptionalInt.empty()); } /** * Returns the last element of the specified stream, or {@link OptionalLong#empty} if the stream * is empty. *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 21 15:40:45 GMT 2025 - 36.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Streams.java
*/ public static OptionalInt findLast(IntStream stream) { // findLast(Stream) does some allocation, so we might as well box some more java.util.Optional<Integer> boxedLast = findLast(stream.boxed()); return boxedLast.map(OptionalInt::of).orElse(OptionalInt.empty()); } /** * Returns the last element of the specified stream, or {@link OptionalLong#empty} if the stream * is empty. *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 36.4K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/ImmutableLongArray.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 22K bytes - Click Count (0) -
guava/src/com/google/common/primitives/ImmutableIntArray.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 21.5K bytes - Click Count (0) -
guava/src/com/google/common/math/Stats.java
.snapshot(); } /** * Returns a {@link Collector} which accumulates statistics from a {@link java.util.stream.Stream} * of any type of boxed {@link Number} into a {@link Stats}. Use by calling {@code * boxedNumericStream.collect(toStats())}. The numbers will be converted to {@code double} values * (which may cause loss of precision). *
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 24.8K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
Code in Codeblöcken sollte nicht verändert werden, mit Ausnahme von Kommentaren. Siehe Abschnitt `### Content of code blocks` im allgemeinen Prompt in `scripts/translate.py`. //// ## Tabs und farbige Boxen { #tabs-and-colored-boxes } //// tab | Test /// info | Info Etwas Text /// /// note | Hinweis Etwas Text /// /// note | Technische Details Etwas Text /// /// check | TestenCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 07:17:04 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
Code in code blocks should not be modified, with the exception of comments. See section `### Content of code blocks` in the general prompt in `scripts/translate.py`. //// ## Tabs and colored boxes { #tabs-and-colored-boxes } //// tab | Test /// info Some text /// /// note Some text /// /// note | Technical details Some text /// /// check Some text ///Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 14:48:47 GMT 2025 - 11.4K bytes - Click Count (0) -
docs/ru/docs/_llm-test.md
Код в блоках кода не должен изменяться, за исключением комментариев. См. раздел `### Content of code blocks` в общем промпте в `scripts/translate.py`. //// ## Вкладки и цветные блоки { #tabs-and-colored-boxes } //// tab | Тест /// info | Информация Некоторый текст /// /// note | Примечание Некоторый текст /// /// note | Технические подробности Некоторый текст ///Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 17.5K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
100%;\n}\n\n.wrapper {\n position: relative;\n}\n\n.wrapper .content-wrapper {\n min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));\n}\n\n.layout-boxed .wrapper {\n box-shadow: 0 0 10 rgba(0, 0, 0, 0.3);\n}\n\n.layout-boxed .wrapper, .layout-boxed .wrapper::before {\n margin: 0 auto;\n max-width: 1250px;\n overflow: hidden;\n}\n\n.layout-boxed .wrapper .main-sidebar {\n left: inherit;\n}\n\n@supports not (-webkit-touch-callout: none) {\n .layout-fixed .wrapper .sidebar {\n height: calc(100vh...Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3)