Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 1,258 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. Iterators | Collections | Scala Documentation

    Collections Iterators Language 迭代器不是一个容器,更确切的说是逐一访问容器内元素的方法。迭代器it的两个基本操作是next和hasNext。调用it.next()会返回迭代器的下一个元素,并且更新迭代器...
    docs.scala-lang.org/zh-cn/overviews/collections/iterators.html
    Registered: Fri May 10 05:27:55 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 138.2K bytes
    - Viewed (0)
  2. 字符串 | Collections | Scala Documentation

    Collections 字符串 Language 像数组,字符串不是直接的序列,但是他们可以转换为序列,并且他们也支持所有的在字符串上的序列操作这里有些例子让你可以理解在字符串上操作。 scala> val str = "hello"...
    docs.scala-lang.org/zh-cn/overviews/collections/strings.html
    Registered: Fri May 10 05:27:21 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 122.7K bytes
    - Viewed (0)
  3. 并行容器的转换 | Parallel Collections | Scala Document...

    Parallel Collections 并行容器的转换 Language 顺序容器和并行容器之间的转换 每个顺序容器都可以使用par方法转换成它的并行形式。某些顺序容器具有直接的并行副本。对于这些容器,转换是非常高效的(它所需的时间...
    docs.scala-lang.org/zh-cn/overviews/parallel-collections/conversions.html
    Registered: Fri May 10 05:26:26 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 73.4K bytes
    - Viewed (0)
  4. TypeTags 和 Manifests | Reflection | Scala Docum...

    Reflection TypeTags 和 Manifests Language 与其他JVM语言一样,Scala的类型在运行时被擦除。这意味着,如果要检查某个实例的运行时类型,则可能无法访问Scala编译器在编译时可用的所有类型信息...
    docs.scala-lang.org/zh-cn/overviews/reflection/typetags-manifests.html
    Registered: Fri May 10 05:26:48 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 61K bytes
    - Viewed (0)
  5. 集合 | Collections | Scala Documentation

    Collections 集合 Language 集合是不包含重复元素的可迭代对象。下面的通用集合表和可变集合表中概括了集合类型适用的运算。分为几类: 测试型的方法: contains , apply , subsetOf 。 cont...
    docs.scala-lang.org/zh-cn/overviews/collections/sets.html
    Registered: Fri May 10 05:27:32 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 144K bytes
    - Viewed (0)
  6. 从头定义新容器 | Collections | Scala Documentation

    Collections 从头定义新容器 Language 我们已经知道 List(1, 2, 3) 可以创建出含有三个元素的列表,用 Map('A' -> 1, 'C' -> 2) 可以创建含有两对绑定的映射。实际上各种Scala容器...
    docs.scala-lang.org/zh-cn/overviews/collections/creating-collections-from-scratch.html
    Registered: Fri May 10 05:27:42 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 126.2K bytes
    - Viewed (0)
  7. 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.html
    Registered: Fri May 10 05:25:52 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  8. Mutable和Immutable集合 | Collections | Scala Docum...

    Collections Mutable和Immutable集合 Language Scala 集合类系统地区分了可变的和不可变的集合。可变集合可以在适当的地方被更新或扩展。这意味着你可以修改,添加,移除一个集合的元素。而不可变集合类,...
    docs.scala-lang.org/zh-cn/overviews/collections/overview.html
    Registered: Fri May 10 05:26:55 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 131.2K bytes
    - Viewed (0)
  9. 并行集合库的架构 | Parallel Collections | Scala Documen...

    Parallel Collections 并行集合库的架构 Language 像正常的顺序集合库那样,Scala的并行集合库包含了大量的由不同并行集合实现的一致的集合操作。并且像顺序集合库那样,scala的并行集合库通过并行集合“模板...
    docs.scala-lang.org/zh-cn/overviews/parallel-collections/architecture.html
    Registered: Fri May 10 05:26:19 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 74.5K bytes
    - Viewed (0)
  10. SIP Meeting Minutes - 29th November 2016 | Scal...

    SIP Meeting Minutes - 29th November 2016 Language Minutes The following agenda was distributed to attendees: Topic Re...
    docs.scala-lang.org/sips/minutes/2016-11-29-sip-minutes.html
    Registered: Fri May 10 05:23:21 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top