trait EqHash[A, This <: EqHash[A, This]] extends AnyRef
- Self Type
- EqHash[A, This] with scala.IterableOnce[A] with Growable[A] with Equals
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- EqHash
- AnyRef
- Any
Implicitly
- by ChainingOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class EqHashIterator[A] extends Iterator[A]
- Attributes
- protected
- class KeyIndexIterator extends (EqHash.this)#EqHashIterator[Int]
- Attributes
- protected
Abstract Value Members
- abstract def containsElem(elem: A): Boolean
- abstract def elemHashCode: (Array[AnyRef], Int) => Int
- Attributes
- protected
- abstract def move(oldTable: Array[AnyRef], oldLength: Int, newTable: Array[AnyRef], newLength: Int): Unit
- Attributes
- protected
- abstract def sizeHint: Int
- Attributes
- protected
- abstract def step: Int
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (EqHash[A, This], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _size: Int
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def closeDeletion(index: Int): Unit
- Attributes
- protected
- def ensuring(cond: (EqHash[A, This]) => Boolean, msg: => Any): EqHash[A, This]
- def ensuring(cond: (EqHash[A, This]) => Boolean): EqHash[A, This]
- def ensuring(cond: Boolean, msg: => Any): EqHash[A, This]
- def ensuring(cond: Boolean): EqHash[A, This]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- EqHash → AnyRef → Any
- def from(other: This): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- EqHash → AnyRef → Any
- final def index(key: AnyRef): Int
- Attributes
- protected
- Annotations
- @inline()
- def index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def knownSize: Int
- final def maskNull(key: AnyRef): AnyRef
- Attributes
- protected
- Annotations
- @inline()
- final def maxCapacity: Int
- Attributes
- protected
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nextKeyIndex(i: Int, len: Int): Int
- Attributes
- protected
- Annotations
- @inline()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pipe[B](f: (EqHash[A, This]) => B): B
- Implicit
- This member is added by an implicit conversion from EqHash[A, This] toChainingOps[EqHash[A, This]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def resize(): Unit
- Attributes
- protected
- val self: EqHash[A, This]
- Implicit
- This member is added by an implicit conversion from EqHash[A, This] toChainingOps[EqHash[A, This]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: Array[AnyRef]
- Attributes
- protected
- def tap[U](f: (EqHash[A, This]) => U): EqHash[A, This]
- Implicit
- This member is added by an implicit conversion from EqHash[A, This] toChainingOps[EqHash[A, This]] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- val threshold: Int
- Attributes
- protected
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def unmaskNull(key: AnyRef): AnyRef
- Attributes
- protected
- Annotations
- @inline()
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from EqHash[A, This] toStringFormat[EqHash[A, This]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def →[B](y: B): (EqHash[A, This], B)
- Implicit
- This member is added by an implicit conversion from EqHash[A, This] toArrowAssoc[EqHash[A, This]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.