Hints

scalax.collection.mutable.ArraySet$.Hints$
See theHints companion trait
object Hints

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Hints.type

Members list

Type members

Classlikes

case object Default extends Hints

Default hints equaling to Hints(16, 32, 48, 80)

Default hints equaling to Hints(16, 32, 48, 80)

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Hints
class Object
trait Matchable
class Any
Show all
Self type
Default.type
case object HashOnly extends Hints

A special hint telling that the internal representation should always be hash-based as opposite to Array. This is meaningful if the average size of the ArraySet is above the limit an Array representation is more efficient.

A special hint telling that the internal representation should always be hash-based as opposite to Array. This is meaningful if the average size of the ArraySet is above the limit an Array representation is more efficient.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Hints
class Object
trait Matchable
class Any
Show all
Self type
HashOnly.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(initialCapacity: Int, capacityIncrement: Int, hashTableThreshold: Int, compactUpToUsed: Int): Hints

Returns an instance of Hints with possibly corrected argument values. If no argument is supplied same as Default.

Returns an instance of Hints with possibly corrected argument values. If no argument is supplied same as Default.

Attributes