Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ Pair
Method
Pair
src/main/java/field/utility/Pair.java:11–14 ·
view source on GitHub ↗
(A first, B second)
Source
from the content-addressed store, hash-verified
9
final
public
B second;
10
11
public
Pair(A first, B second) {
12
this.first = first;
13
this.second = second;
14
}
15
16
@Override
17
public
String toString() {
Callers
5
toPair
Function · 0.80
transform
Method · 0.80
Launch
Class · 0.80
middleXYToMiddleY
Method · 0.80
leftXToMiddleY
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected