scalax.collection.mutable.ArraySet$
See theArraySet companion trait
object ArraySet extends IterableFactory[ArraySet]
Attributes
Members list
Type members
Classlikes
case class CheckedHints extends Hints
object Hints
Enables tuning of the internal representation of adjacency lists. Basically, an Array
representation is preferable over a hash table up to a node degree of about 200.
Enables tuning of the internal representation of adjacency lists. Basically, an Array
representation is preferable over a hash table up to a node degree of about 200.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Value members
Concrete methods
Returns an empty set with default hints that can grow as expected.
Returns an empty set with default hints that can grow as expected.
Attributes
- Definition Classes
Returns an empty set with built-in hints constructed from size
.
Returns an empty set with built-in hints constructed from size
.
Attributes
Returns an empty set with custom hints that can grow as expected.
Returns an empty set with custom hints that can grow as expected.
Attributes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Attributes
- Inherited from:
- IterableFactory
Implicits
Inherited implicits
Attributes
- Inherited from:
- IterableFactory
In this article