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
- Alphabetic
- By Inheritance
Inherited
- EqHash
- AnyRef
- Any
Implicitly
- 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 ->[B](y: B): (EqHash[A, C], 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]) @IntrinsicCandidate() @native()
- final def closeDeletion(index: Int): Unit
- Attributes
- protected
- def ensuring(cond: (EqHash[A, C]) => Boolean, msg: => Any): EqHash[A, C]
- def ensuring(cond: (EqHash[A, C]) => Boolean): EqHash[A, C]
- def ensuring(cond: Boolean, msg: => Any): EqHash[A, C]
- def ensuring(cond: Boolean): EqHash[A, C]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- EqHash → AnyRef → Any
- def from(other: C): Unit
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def resize(): Unit
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: Array[AnyRef]
- Attributes
- protected
- 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])
- 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
(Since version 9)
- 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 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, 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.