Packages

c

com.thoughtworks.compute.Trees

HashCodeContext

final class HashCodeContext extends IdentityHashMap[Tree, Int]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashCodeContext
  2. IdentityHashMap
  3. Cloneable
  4. Serializable
  5. AbstractMap
  6. Map
  7. AnyRef
  8. 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

Instance Constructors

  1. new HashCodeContext()

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 HashCodeContext to any2stringadd[HashCodeContext] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HashCodeContext, B)
    Implicit
    This member is added by an implicit conversion from HashCodeContext to ArrowAssoc[HashCodeContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  8. def clone(): AnyRef
    Definition Classes
    IdentityHashMap → AbstractMap → AnyRef
  9. def compute(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Int
    Definition Classes
    Map
  10. def computeIfAbsent(arg0: Tree, arg1: Function[_ >: Tree, _ <: Int]): Int
    Definition Classes
    Map
  11. def computeIfPresent(arg0: Tree, arg1: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Int
    Definition Classes
    Map
  12. def containsKey(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  13. def containsValue(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  14. def ensuring(cond: (HashCodeContext) ⇒ Boolean, msg: ⇒ Any): HashCodeContext
    Implicit
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (HashCodeContext) ⇒ Boolean): HashCodeContext
    Implicit
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): HashCodeContext
    Implicit
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): HashCodeContext
    Implicit
    This member is added by an implicit conversion from HashCodeContext to Ensuring[HashCodeContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def entrySet(): Set[Entry[Tree, Int]]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def forEach(arg0: BiConsumer[_ >: Tree, _ >: Int]): Unit
    Definition Classes
    IdentityHashMap → Map
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from HashCodeContext to StringFormat[HashCodeContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(arg0: Any): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getOrDefault(arg0: Any, arg1: Int): Int
    Definition Classes
    Map
  27. def hashCode(): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map → AnyRef → Any
  28. def isEmpty(): Boolean
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def keySet(): Set[Tree]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  31. def merge(arg0: Tree, arg1: Int, arg2: BiFunction[_ >: Int, _ >: Int, _ <: Int]): Int
    Definition Classes
    Map
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. var numberOfParameters: Int
  36. def put(arg0: Tree, arg1: Int): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  37. def putAll(arg0: Map[_ <: Tree, _ <: Int]): Unit
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  38. def putIfAbsent(arg0: Tree, arg1: Int): Int
    Definition Classes
    Map
  39. def remove(arg0: Any): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  40. def remove(arg0: Any, arg1: Any): Boolean
    Definition Classes
    Map
  41. def replace(arg0: Tree, arg1: Int): Int
    Definition Classes
    Map
  42. def replace(arg0: Tree, arg1: Int, arg2: Int): Boolean
    Definition Classes
    Map
  43. def replaceAll(arg0: BiFunction[_ >: Tree, _ >: Int, _ <: Int]): Unit
    Definition Classes
    IdentityHashMap → Map
  44. def size(): Int
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AbstractMap → AnyRef → Any
  47. def values(): Collection[Int]
    Definition Classes
    IdentityHashMap → AbstractMap → Map
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  51. def [B](y: B): (HashCodeContext, B)
    Implicit
    This member is added by an implicit conversion from HashCodeContext to ArrowAssoc[HashCodeContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IdentityHashMap[Tree, Int]

Inherited from Cloneable

Inherited from Serializable

Inherited from AbstractMap[Tree, Int]

Inherited from Map[Tree, Int]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from HashCodeContext to any2stringadd[HashCodeContext]

Inherited by implicit conversion StringFormat from HashCodeContext to StringFormat[HashCodeContext]

Inherited by implicit conversion Ensuring from HashCodeContext to Ensuring[HashCodeContext]

Inherited by implicit conversion ArrowAssoc from HashCodeContext to ArrowAssoc[HashCodeContext]

Ungrouped