Packages

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

Self Type
EqHash[A, This] with TraversableOnce[A] with Builder[A, This] with Equals
Linear Supertypes
Known Subclasses
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. All

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] to any2stringadd[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] to ArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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] to Ensuring[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] to Ensuring[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] to Ensuring[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] to Ensuring[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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] to StringFormat[EqHash[A, This]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. def from(other: This): Unit
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    EqHash → AnyRef → Any
  22. final def index(key: AnyRef): Int
    Attributes
    protected
    Annotations
    @inline()
  23. def index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int
    Attributes
    protected
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def resize: Unit
    Attributes
    protected
  32. final def size: Int
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val table: Array[AnyRef]
    Attributes
    protected
  35. val threshold: Int
    Attributes
    protected
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def unmaskNull(key: AnyRef): AnyRef
    Attributes
    protected
    Annotations
    @inline()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def [B](y: B): (EqHash[A, This], B)
    Implicit
    This member is added by an implicit conversion from EqHash[A, This] to ArrowAssoc[EqHash[A, This]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped