Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 テスト [xss] test

Results 1261 - 1270 of about 10,000 for filetype:html (0.08 sec)

  1. 配列 | Collections | Scala Documentation

    Collections 配列 Language 配列 ( Array ) は Scala のコレクションの中でも特殊なものだ。Scala 配列は、Java の配列と一対一で対応する。どういう事かと言うと、Scala の配列 Array...
    docs.scala-lang.org/ja/overviews/collections/arrays.html
    Registered: Mon Sep 08 16:58:50 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 108.1K bytes
    - Viewed (0)
  2. Java和Scala容器的转换 | Collections | Scala Documenta...

    Collections Java和Scala容器的转换 Language 和Scala一样,Java同样提供了丰富的容器库,Scala和Java容器库有很多相似点,例如,他们都包含迭代器、可迭代结构、集合、 映射和序列。但是他们有一个...
    docs.scala-lang.org/zh-cn/overviews/collections/conversions-between-java-and-scala-collections.html
    Registered: Mon Sep 08 17:06:17 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 125.8K bytes
    - Viewed (0)
  3. 映射 | Collections | Scala Documentation

    Collections 映射 Language 映射(Map)是一种可迭代的键值对结构(也称映射或关联)。Scala的Predef类提供了隐式转换,允许使用另一种语法: key -> value ,来代替 (key, value) 。...
    docs.scala-lang.org/zh-cn/overviews/collections/maps.html
    Registered: Mon Sep 08 17:06:24 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 136K bytes
    - Viewed (0)
  4. 具体并行集合类 | Parallel Collections | Scala Document...

    Parallel Collections 具体并行集合类 Language 并行数组(Parallel Range) 一个并行数组由线性、连续的数组元素序列。这意味着这些元素可以高效的被访问和修改。正因为如此,遍历元素也是非常高效的。...
    docs.scala-lang.org/zh-cn/overviews/parallel-collections/concrete-parallel-collections.html
    Registered: Mon Sep 08 17:02:46 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 84.2K bytes
    - Viewed (0)
  5. 概览 | Reflection | Scala Documentation

    Reflection 概览 Language EXPERIMENTAL Heather Miller, Eugene Burmako, Philipp Haller 反射(Reflection) 是指程序在运行过程中可以解析并甚至修改...
    docs.scala-lang.org/zh-cn/overviews/reflection/overview.html
    Registered: Mon Sep 08 17:02:54 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 87.8K bytes
    - Viewed (0)
  6. 测量性能 | Scala Documentation

    测量性能 Language 在JVM上的性能 对JVM性能模型的评论常常令人费解,其结论也往往不易理解。由于种种原因,代码也可能不像预期的那样高性能、可扩展。在这里,我们提供了一些示例。 其中一个原因是JVM应用程序的编译过程不同于静...
    docs.scala-lang.org/zh-cn/overviews/parallel-collections/performance.html
    Registered: Mon Sep 08 17:04:42 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 81.4K bytes
    - Viewed (0)
  7. 视图 | Collections | Scala Documentation

    Collections 视图 Language 各种容器类自带一些用于开发新容器的方法。例如map、filter和++。我们将这类方法称为转换器(transformers),喂给它们一个或多个容器,它们就会输入一个新容器。 有两个主要...
    docs.scala-lang.org/zh-cn/overviews/collections/views.html
    Registered: Mon Sep 08 17:05:43 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 134.2K bytes
    - Viewed (0)
  8. Trait Iterable | Collections | Scala Documentation

    Collections Trait Iterable Language 容器(collection)结构的上层还有另一个trait。这个trait里所有方法的定义都基于一个抽象方法,迭代器(iterator,会逐一的产生集合的所有元素...
    docs.scala-lang.org/zh-cn/overviews/collections/trait-iterable.html
    Registered: Mon Sep 08 17:08:22 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 127K bytes
    - Viewed (0)
  9. 型推論 | Scala Documentation

    Tour of Scala 型推論 Language Scalaコンパイラが式の型を推論できることが多いので、明示的に型を宣言する必要はありません。 型の省略 val businessName = "Montreux Jazz Caf...
    docs.scala-lang.org/ja/tour/type-inference.html
    Registered: Mon Sep 08 17:39:00 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 146.9K bytes
    - Viewed (0)
  10. パッケージオブジェクト | Scala Documentation

    Tour of Scala パッケージオブジェクト Language パッケージオブジェクト Scalaはパッケージ全体を通して共有される便利なコンテナとしてパッケージオブジェクトを提供します。 パッケージオブジェクトは、変数やメソッ...
    docs.scala-lang.org/ja/tour/package-objects.html
    Registered: Mon Sep 08 17:39:35 UTC 2025
    - Last Modified: Mon Sep 08 15:30:23 UTC 2025
    - 143.6K bytes
    - Viewed (0)
Back to top