- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of about 10,000 for timestamp:[now/d-1d TO *] (0.07 sec)
-
集合 | Collections | Scala Documentation
Collections 集合 Language 集合是不包含重复元素的可迭代对象。下面的通用集合表和可变集合表中概括了集合类型适用的运算。分为几类: 测试型的方法: contains , apply , subsetOf 。 cont...docs.scala-lang.org/zh-cn/overviews/collections/sets.htmlRegistered: Mon Aug 25 05:57:28 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 144K bytes - Viewed (0) -
字符串 | Collections | Scala Documentation
Collections 字符串 Language 像数组,字符串不是直接的序列,但是他们可以转换为序列,并且他们也支持所有的在字符串上的序列操作这里有些例子让你可以理解在字符串上操作。 scala> val str = "hello"...docs.scala-lang.org/zh-cn/overviews/collections/strings.htmlRegistered: Mon Aug 25 05:56:59 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 122.8K bytes - Viewed (0) -
并行容器的转换 | Parallel Collections | Scala Document...
Parallel Collections 并行容器的转换 Language 顺序容器和并行容器之间的转换 每个顺序容器都可以使用par方法转换成它的并行形式。某些顺序容器具有直接的并行副本。对于这些容器,转换是非常高效的(它所需的时间...docs.scala-lang.org/zh-cn/overviews/parallel-collections/conversions.htmlRegistered: Mon Aug 25 05:58:31 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 73.8K bytes - Viewed (0) -
Mutable和Immutable集合 | Collections | Scala Docum...
Collections Mutable和Immutable集合 Language Scala 集合类系统地区分了可变的和不可变的集合。可变集合可以在适当的地方被更新或扩展。这意味着你可以修改,添加,移除一个集合的元素。而不可变集合类,...docs.scala-lang.org/zh-cn/overviews/collections/overview.htmlRegistered: Mon Aug 25 05:58:34 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 131.3K bytes - Viewed (0) -
TypeTags 和 Manifests | Reflection | Scala Docum...
Reflection TypeTags 和 Manifests Language 与其他JVM语言一样,Scala的类型在运行时被擦除。这意味着,如果要检查某个实例的运行时类型,则可能无法访问Scala编译器在编译时可用的所有类型信息...docs.scala-lang.org/zh-cn/overviews/reflection/typetags-manifests.htmlRegistered: Mon Aug 25 05:56:37 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 61.5K bytes - Viewed (0) -
Value Classes and Universal Traits | Scala Docu...
Value Classes and Universal Traits Language Mark Harrah 著 引言 Value classes是在 SIP-15 中提出的一种通过继承AnyVal类来避免运行时对象分配的新机制。以...docs.scala-lang.org/zh-cn/overviews/core/value-classes.htmlRegistered: Mon Aug 25 05:56:44 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 37.7K bytes - Viewed (0) -
控制结构 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/taste-control-structures.htmlRegistered: Mon Aug 25 06:01:41 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 483.7K bytes - Viewed (0) -
Type Macros | Macros | Scala Documentation
Macros Type Macros Language This doc page is specific to features shipped in Scala 2, which have either been removed ...docs.scala-lang.org/overviews/macros/typemacros.htmlRegistered: Mon Aug 25 06:01:16 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 45.1K bytes - Viewed (0) -
Creating Custom Parallel Collections | Parallel...
Parallel Collections Creating Custom Parallel Collections Language Parallel collections without combiners Just as it ...docs.scala-lang.org/es/overviews/parallel-collections/custom-parallel-collections.htmlRegistered: Mon Aug 25 06:00:53 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 59.1K bytes - Viewed (0) -
Scaladoc | Scaladoc | Scala Documentation
Scaladoc Scaladoc Language This doc page is specific to Scala 3, and may cover new concepts not available in Scala 2....docs.scala-lang.org/scala3/guides/scaladoc/ Similar Results (1)Registered: Mon Aug 25 06:01:01 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 38.6K bytes - Viewed (0)