Packages

trait EqHash[A, C <: EqHash[A, C]] extends AnyRef

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EqHash[A, C] toStringFormat[EqHash[A, C]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (EqHash[A, C], B)
    Implicit
    This member is added by an implicit conversion from EqHash[A, C] toArrowAssoc[EqHash[A, C]] 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 StringFormat fromEqHash[A, C] to StringFormat[EqHash[A, C]]

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

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

Ungrouped