HashSet

dotty.tools.dotc.util.HashSet$
See theHashSet companion class
object HashSet

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HashSet.type

Members list

Value members

Concrete methods

def from[T](xs: IterableOnce[T]): HashSet[T]

Concrete fields

inline val DenseLimit: 8

The number of elements up to which dense packing is used. If the number of elements reaches DenseLimit a hash table is used instead

The number of elements up to which dense packing is used. If the number of elements reaches DenseLimit a hash table is used instead

Attributes