scalax.collection.mutable
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
-
Implements an incident list based mutable graph representation.
Implements an incident list based mutable graph representation.
Attributes
- Supertypes
-
trait Cloneabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
- Self type
-
CC[N, E]
A growable and compactable mutable.Set
implementation based on Array
and mutable.Set
. It switches to the latter representation as soon as a given threshold for the number of elements is reached. Thus this implementation is a kind of mixture of scala.collection.mutable{ResizableArray, Set, HashSet} aimed at increasing the performance of sets having up to 200 to 250 elements.
A growable and compactable mutable.Set
implementation based on Array
and mutable.Set
. It switches to the latter representation as soon as a given threshold for the number of elements is reached. Thus this implementation is a kind of mixture of scala.collection.mutable{ResizableArray, Set, HashSet} aimed at increasing the performance of sets having up to 200 to 250 elements.
Attributes
- Companion
- object
- Supertypes
-
trait ExtSetMethods[A]trait FilterableSet[A]class AbstractSet[A]trait Set[A]trait Shrinkable[A]trait Growable[A]trait Clearabletrait Cloneabletrait Iterable[A]class AbstractSet[A]trait Set[A]trait Equalsclass AbstractIterable[A]trait Iterable[A]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class SimpleArraySet[A]
Attributes
Attributes
- Supertypes
Attributes
- Companion
- object
- Supertypes
-
trait Cloneabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
- Self type
-
DefaultGraphImpl.type
Attributes
- Companion
- object
- Supertypes
-
trait Shrinkable[K]trait Clearabletrait Cloneabletrait Equalstrait K => Vclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Set[A]trait Shrinkable[A]trait Growable[A]trait Clearabletrait Cloneabletrait Set[A]trait Equalstrait Iterable[A]trait Iterable[A]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ExtBitSet.type
The main trait for mutable graphs bundling the functionality of traits concerned with specific aspects.
The main trait for mutable graphs bundling the functionality of traits concerned with specific aspects.
Type parameters
- E
-
the kind of the edges in this graph.
- N
-
the type of the nodes (vertices) in this graph.
Attributes
- Companion
- object
- Supertypes
-
trait Cloneabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
The main companion object for mutable graphs.
The main companion object for mutable graphs.
Attributes
Trait with common mutable Graph methods.
Trait with common mutable Graph methods.
Attributes
- Supertypes
-
trait Cloneabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
- Self type
-
CC[N, E]
Attributes
- Supertypes
-
trait Cloneableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
- Self type
-
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Show all
Attributes
- Supertypes
- Known subtypes
-
A basic ArraySet implementation suitable for efficient add operations. Element removal could be optimized by another implementation.
A basic ArraySet implementation suitable for efficient add operations. Element removal could be optimized by another implementation.
Value parameters
- hints
-
Optimization hints controlling the growth of the underlying scala.collection.mutable.ArrayBuffer!.
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait ArraySet[A]trait ExtSetMethods[A]trait FilterableSet[A]class AbstractSet[A]trait Set[A]trait Shrinkable[A]trait Growable[A]trait Clearabletrait Cloneabletrait Iterable[A]class AbstractSet[A]trait Set[A]trait Equalsclass AbstractIterable[A]trait Iterable[A]trait IterableOnce[A]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
- Self type
-
SimpleArraySet.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass AnyShow all