Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ tuple
Method
tuple
src/main/java/groovy/lang/Tuple.java:186–188 ·
view source on GitHub ↗
Construct a tuple of degree 0.
()
Source
from the content-addressed store, hash-verified
184
* Construct a tuple of degree 0.
185
*/
186
public
static
Tuple0 tuple() {
187
return
Tuple0.INSTANCE;
188
}
189
190
/**
191
* Construct a tuple of degree 1.
Callers
15
setRenderRange
Method · 0.95
over
Method · 0.95
ASTTransformationVisitor
Class · 0.95
SyntaxErrorReportable
Interface · 0.95
MatchingHighlighter
Class · 0.80
highlightMatched
Method · 0.80
innerJoin
Method · 0.80
rightJoin
Method · 0.80
rightHashJoin
Method · 0.80
crossJoin
Method · 0.80
groupBy
Method · 0.80
select
Method · 0.80
Calls
no outgoing calls
Tested by
3
testEqualsHashCode
Method · 0.64
testEqualsNull
Method · 0.64
testTupleEqualsBehavesLikeList
Method · 0.64