com
.
thoughtworks
.
compute
.
Trees
HashCodeContext
Related Doc:
package Trees
final
class
HashCodeContext
extends
IdentityHashMap
[
Tree
,
Int
]
Source
Trees.scala
Linear Supertypes
IdentityHashMap
[
Tree
,
Int
],
Cloneable
,
Serializable
,
AbstractMap
[
Tree
,
Int
],
Map
[
Tree
,
Int
],
AnyRef
,
Any
Type Hierarchy
HashCodeContext
IdentityHashMap[Tree, Int]
Ordering
Alphabetic
By Inheritance
Inherited
HashCodeContext
IdentityHashMap
Cloneable
Serializable
AbstractMap
Map
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
HashCodeContext
()
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
HashCodeContext
to
any2stringadd
[
HashCodeContext
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
HashCodeContext
,
B
)
Implicit information
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
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clear
()
:
Unit
Definition Classes
IdentityHashMap → AbstractMap → Map
def
clone
()
:
AnyRef
Definition Classes
IdentityHashMap → AbstractMap → AnyRef
def
compute
(
arg0:
Tree
,
arg1:
BiFunction
[_ >:
Tree
, _ >:
Int
, _ <:
Int
]
)
:
Int
Definition Classes
Map
def
computeIfAbsent
(
arg0:
Tree
,
arg1:
Function
[_ >:
Tree
, _ <:
Int
]
)
:
Int
Definition Classes
Map
def
computeIfPresent
(
arg0:
Tree
,
arg1:
BiFunction
[_ >:
Tree
, _ >:
Int
, _ <:
Int
]
)
:
Int
Definition Classes
Map
def
containsKey
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
def
containsValue
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
def
ensuring
(
cond: (
HashCodeContext
) ⇒
Boolean
,
msg: ⇒
Any
)
:
HashCodeContext
Implicit information
This member is added by an implicit conversion from
HashCodeContext
to
Ensuring
[
HashCodeContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
HashCodeContext
) ⇒
Boolean
)
:
HashCodeContext
Implicit information
This member is added by an implicit conversion from
HashCodeContext
to
Ensuring
[
HashCodeContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
HashCodeContext
Implicit information
This member is added by an implicit conversion from
HashCodeContext
to
Ensuring
[
HashCodeContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
HashCodeContext
Implicit information
This member is added by an implicit conversion from
HashCodeContext
to
Ensuring
[
HashCodeContext
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
entrySet
()
:
Set
[
Entry
[
Tree
,
Int
]]
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map → AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
forEach
(
arg0:
BiConsumer
[_ >:
Tree
, _ >:
Int
]
)
:
Unit
Definition Classes
IdentityHashMap → Map
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
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
()
def
get
(
arg0:
Any
)
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOrDefault
(
arg0:
Any
,
arg1:
Int
)
:
Int
Definition Classes
Map
def
hashCode
()
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map → AnyRef → Any
def
isEmpty
()
:
Boolean
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keySet
()
:
Set
[
Tree
]
Definition Classes
IdentityHashMap → AbstractMap → Map
def
merge
(
arg0:
Tree
,
arg1:
Int
,
arg2:
BiFunction
[_ >:
Int
, _ >:
Int
, _ <:
Int
]
)
:
Int
Definition Classes
Map
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
numberOfParameters
:
Int
def
put
(
arg0:
Tree
,
arg1:
Int
)
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map
def
putAll
(
arg0:
Map
[_ <:
Tree
, _ <:
Int
]
)
:
Unit
Definition Classes
IdentityHashMap → AbstractMap → Map
def
putIfAbsent
(
arg0:
Tree
,
arg1:
Int
)
:
Int
Definition Classes
Map
def
remove
(
arg0:
Any
)
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map
def
remove
(
arg0:
Any
,
arg1:
Any
)
:
Boolean
Definition Classes
Map
def
replace
(
arg0:
Tree
,
arg1:
Int
)
:
Int
Definition Classes
Map
def
replace
(
arg0:
Tree
,
arg1:
Int
,
arg2:
Int
)
:
Boolean
Definition Classes
Map
def
replaceAll
(
arg0:
BiFunction
[_ >:
Tree
, _ >:
Int
, _ <:
Int
]
)
:
Unit
Definition Classes
IdentityHashMap → Map
def
size
()
:
Int
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractMap → AnyRef → Any
def
values
()
:
Collection
[
Int
]
Definition Classes
IdentityHashMap → AbstractMap → Map
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
HashCodeContext
,
B
)
Implicit information
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