Trait/Object

scalax.collection.mutable

EqHash

Related Docs: object EqHash | package mutable

Permalink

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
Type Hierarchy Learn more about scaladoc diagrams
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]

    Permalink
    Attributes
    protected
  2. class KeyIndexIterator extends (EqHash.this)#EqHashIterator[Int]

    Permalink
    Attributes
    protected

Abstract Value Members

  1. abstract def containsElem(elem: A): Boolean

    Permalink
  2. abstract def elemHashCode: (Array[AnyRef], Int) ⇒ Int

    Permalink
    Attributes
    protected
  3. abstract def move(oldTable: Array[AnyRef], oldLength: Int, newTable: Array[AnyRef], newLength: Int): Unit

    Permalink
    Attributes
    protected
  4. abstract def sizeHint: Int

    Permalink
    Attributes
    protected
  5. abstract def step: Int

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. var _size: Int

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clear: Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def closeDeletion(index: Int): Unit

    Permalink
    Attributes
    protected
  11. def ensuring(cond: (EqHash[A, This]) ⇒ Boolean, msg: ⇒ Any): EqHash[A, This]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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]

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    EqHash → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    EqHash → AnyRef → Any
  22. final def index(key: AnyRef): Int

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  23. def index(maskedKey: AnyRef, keyHash: Int, tabLength: Int): Int

    Permalink
    Attributes
    protected
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def maskNull(key: AnyRef): AnyRef

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  26. final def maxCapacity: Int

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def nextKeyIndex(i: Int, len: Int): Int

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def resize: Unit

    Permalink
    Attributes
    protected
  32. final def size: Int

    Permalink
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. var table: Array[AnyRef]

    Permalink
    Attributes
    protected
  35. var threshold: Int

    Permalink
    Attributes
    protected
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def unmaskNull(key: AnyRef): AnyRef

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (EqHash[A, This], B)

    Permalink
    Implicit information
    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