CollectionKind

scalax.collection.generic.CollectionKind
See theCollectionKind companion object
sealed abstract class CollectionKind(val duplicatesAllowed: Boolean, val orderSignificant: Boolean)

Defines how to handle the ends of hyperedges, or the source/target ends of directed hyperedges, with respect to equality.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Bag.type
object Sequence.type

Members list

Value members