Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.collection/scala.collection.immutable/BitSet

BitSet

scala.collection.immutable.BitSet
See theBitSet companion class

This object provides a set of operations to createIterable values.

Attributes

Companion
class
Source
BitSet.scala
Graph
Supertypes
Self type
BitSet.type

Members list

Type members

Deprecated classlikes

classBitSet1(valelems:Long) extendsBitSet

Attributes

Deprecated
[Since version 2.13.0]Implementation classes of BitSet should not be accessed directly
Source
BitSet.scala
Supertypes
classBitSet
traitBitSet
traitSortedSet[Int]
traitSortedSet[Int]
traitSet[Int]
traitIterable[Int]
traitSet[Int]
traitEquals
traitInt=>Boolean
traitIterable[Int]
classObject
traitMatchable
classAny
Show all
classBitSet2(valelems0:Long,valelems1:Long) extendsBitSet

Attributes

Deprecated
[Since version 2.13.0]Implementation classes of BitSet should not be accessed directly
Source
BitSet.scala
Supertypes
classBitSet
traitBitSet
traitSortedSet[Int]
traitSortedSet[Int]
traitSet[Int]
traitIterable[Int]
traitSet[Int]
traitEquals
traitInt=>Boolean
traitIterable[Int]
classObject
traitMatchable
classAny
Show all
classBitSetN(valelems:Array[Long]) extendsBitSet

Attributes

Deprecated
[Since version 2.13.0]Implementation classes of BitSet should not be accessed directly
Source
BitSet.scala
Supertypes
classBitSet
traitBitSet
traitSortedSet[Int]
traitSortedSet[Int]
traitSet[Int]
traitIterable[Int]
traitSet[Int]
traitEquals
traitInt=>Boolean
traitIterable[Int]
classObject
traitMatchable
classAny
Show all

Value members

Concrete methods

A bitset containing all the bits in an array

A bitset containing all the bits in an array

Attributes

Source
BitSet.scala

A bitset containing all the bits in an array, wrapping the existing array without copying.

A bitset containing all the bits in an array, wrapping the existing array without copying.

Attributes

Source
BitSet.scala

Value parameters

it

Source collection

Attributes

Returns

A collection of typeC containing the same elements as the source collectionit.

Source
BitSet.scala

Get a Builder for the collection.

Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections withfromSpecific is preferred because it can be lazy for lazy collections.

Attributes

Source
BitSet.scala

Inherited methods

defapply(xs:Int*):BitSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala
deffill(n:Int)(elem:=>Int):BitSet

Attributes

Inherited from:
SpecificIterableFactory
Source
Factory.scala

Concrete fields

finalvalempty:BitSet

Attributes

Source
BitSet.scala

Implicits

Inherited implicits

In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp