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 any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. 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, C] toany2stringadd[EqHash[A, C]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. 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()
  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, 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
  12. 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
  13. 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
  14. 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
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean
    Definition Classes
    EqHash → AnyRef → Any
  17. def from(other: C): Unit
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    EqHash → AnyRef → Any
  20. final def index(key: AnyRef): Int
    Attributes
    protected
    Annotations
    @inline()
  21. def index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int
    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def knownSize: Int
  24. final def maskNull(key: AnyRef): AnyRef
    Attributes
    protected
    Annotations
    @inline()
  25. final def maxCapacity: Int
    Attributes
    protected
    Annotations
    @inline()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def nextKeyIndex(i: Int, len: Int): Int
    Attributes
    protected
    Annotations
    @inline()
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def resize(): Unit
    Attributes
    protected
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val table: Array[AnyRef]
    Attributes
    protected
  33. val threshold: Int
    Attributes
    protected
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def unmaskNull(key: AnyRef): AnyRef
    Attributes
    protected
    Annotations
    @inline()
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. 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 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 any2stringadd fromEqHash[A, C] to any2stringadd[EqHash[A, C]]

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