Packages

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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqHash
  2. AnyRef
  3. Any
Implicitly
  1. by ChainingOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class EqHashIterator[A] extends Iterator[A]
    Attributes
    protected
  2. class KeyIndexIterator extends (EqHash.this)#EqHashIterator[Int]
    Attributes
    protected

Abstract Value Members

  1. abstract def containsElem(elem: A): Boolean
  2. abstract def elemHashCode: (Array[AnyRef], Int) => Int
    Attributes
    protected
  3. abstract def move(oldTable: Array[AnyRef], oldLength: Int, newTable: Array[AnyRef], newLength: Int): Unit
    Attributes
    protected
  4. abstract def sizeHint: Int
    Attributes
    protected
  5. abstract def step: Int
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] toany2stringadd[EqHash[A, This]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val _size: Int
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def closeDeletion(index: Int): Unit
    Attributes
    protected
  11. def ensuring(cond: (EqHash[A, This]) => Boolean, msg: => Any): EqHash[A, This]
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] toEnsuring[EqHash[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (EqHash[A, This]) => Boolean): EqHash[A, This]
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] toEnsuring[EqHash[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): EqHash[A, This]
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] toEnsuring[EqHash[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): EqHash[A, This]
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] toEnsuring[EqHash[A, This]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean
    Definition Classes
    EqHash → AnyRef → Any
  17. 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
    @inline()
  18. def from(other: This): Unit
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    EqHash → AnyRef → Any
  21. final def index(key: AnyRef): Int
    Attributes
    protected
    Annotations
    @inline()
  22. def index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int
    Attributes
    protected
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def knownSize: Int
  25. final def maskNull(key: AnyRef): AnyRef
    Attributes
    protected
    Annotations
    @inline()
  26. final def maxCapacity: Int
    Attributes
    protected
    Annotations
    @inline()
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def nextKeyIndex(i: Int, len: Int): Int
    Attributes
    protected
    Annotations
    @inline()
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. 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
  32. def resize(): Unit
    Attributes
    protected
  33. 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
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val table: Array[AnyRef]
    Attributes
    protected
  36. 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
  37. val threshold: Int
    Attributes
    protected
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def unmaskNull(key: AnyRef): AnyRef
    Attributes
    protected
    Annotations
    @inline()
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. 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.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ChainingOps fromEqHash[A, This] to ChainingOps[EqHash[A, This]]

Inherited by implicit conversion any2stringadd fromEqHash[A, This] to any2stringadd[EqHash[A, This]]

Inherited by implicit conversion StringFormat fromEqHash[A, This] to StringFormat[EqHash[A, This]]

Inherited by implicit conversion Ensuring fromEqHash[A, This] to Ensuring[EqHash[A, This]]

Inherited by implicit conversion ArrowAssoc fromEqHash[A, This] to ArrowAssoc[EqHash[A, This]]

Ungrouped