- Sort Score
- Num 10 results
- Language All
- Labels All
Results 251 - 260 of 5,398 for int (0.31 seconds)
-
Equality | Collections (Scala 2.8 - 2.12) | Sca...
ArrayBuffer[Int],Int] = Map((ArrayBuffer(1, 2,...scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer(1, 2, 3) scala>...docs.scala-lang.org/overviews/collections/equality.htmlFri Feb 06 04:30:27 GMT 2026 42.9K bytes -
配置并行集合 | Parallel Collections | Scala Documenta...
ParArray[Int] = ParArray(1, 2, 3) scala> pc.tasksupport...scala.collection.parallel.mutable.ParArray[Int] = ParArray(2, 3, 4) 以上代码配置并行集合使用parallelism...docs.scala-lang.org/zh-cn/overviews/parallel-collections/configuration.htmlFri Feb 06 04:30:27 GMT 2026 73.5K bytes -
Why is my abstract or overridden val null? | FA...
added: Set[Int] = Set.empty override def add(x: Int): Unit = {...Adder { var sum = 0 def add(x: Int): Unit = sum += x add(1) // in...docs.scala-lang.org/tutorials/FAQ/initialization-order.htmlThu Feb 05 16:30:25 GMT 2026 43.6K bytes -
具象可変コレクションクラス | Collections | Scala Documentation
mpty[Int] buf: scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer()...mpty[Int] buf: scala.collection.mutable.ListBuffer[Int] = ListBuffer()...docs.scala-lang.org/ja/overviews/collections/concrete-mutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 105.5K bytes -
The Vector Class | Scala Book | Scala Documenta...
3 ) a : Vector [ Int ] = Vector ( 1 , 2 , 3 ) scala...val b = a :+ 4 b : Vector [ Int ] = Vector ( 1 , 2 , 3 , 4 )...docs.scala-lang.org/overviews/scala-book/vector-class.htmlFri Feb 06 04:30:27 GMT 2026 67.3K bytes -
Tuples | Scala Book | Scala Documentation
this: class SomeThings ( i : Int , s : String , p : Person ) you..."Maggie" , 30 ) d : ( String , Int ) = ( Maggie , 30 ) Notice that...docs.scala-lang.org/overviews/scala-book/tuples.htmlFri Feb 06 04:30:27 GMT 2026 67.1K bytes -
An OOP Example | Scala Book | Scala Documentation
Int ], crustSizePrices : Map [ CrustSize , Int ], crustTypePrices...crustTypePrices : Map [ CrustType , Int ] ) : Int = ??? Note that this is...docs.scala-lang.org/overviews/scala-book/oop-pizza-example.htmlFri Feb 06 04:30:27 GMT 2026 74.3K bytes -
控制结构 | Scala 3 — Book | Scala Documentation
3 val ints = List ( 1 , 2 , 3 , 4 , 5 ) for ( i <- ints ) println...) 代码 i <- ints 被称为_生成器_,在括号内的生成器后面是_循环体_。 val ints = List ( 1...docs.scala-lang.org/zh-cn/scala3/book/taste-control-structures.htmlFri Feb 06 04:30:27 GMT 2026 483.7K bytes -
@static fields and methods in Scala objects (SI...
public static int x = 5 ; public static int bar ( int y ) { return...5 @static def bar ( y : Int ) : Int = x + y } println ( Foo ....docs.scala-lang.org/sips/30.htmlFri Feb 06 04:30:27 GMT 2026 45.2K bytes -
tracemalloc — Trace memory allocations — ...
module as a tuple: (current: int, peak: int) . tracemalloc. reset_peak...lineno : int = None , all_frames : bool = False , domain : int = None...docs.python.org/3/library/tracemalloc.htmlWed Apr 29 06:55:52 GMT 2026 15.8K bytes