Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dariuszseweryn/RxAndroidBle
/ create
Method
create
rxandroidble/src/test/java/android/util/Pair.java:29–31 ·
view source on GitHub ↗
(A a, B b)
Source
from the content-addressed store, hash-verified
27
return
"Pair{"
+ String.valueOf(first) +
" "
+ String.valueOf(second) +
"}"
;
28
}
29
public
static
<A, B> Pair <A, B> create(A a, B b) {
30
return
new
Pair<A, B>(a, b);
31
}
32
}
Callers
7
pairWithCharacteristic
Method · 0.95
Builder
Method · 0.45
apply
Method · 0.45
CharacteristicOperationExampleActivity
Class · 0.45
PresenterTest
Class · 0.45
onCreate
Method · 0.45
CharacteristicOperationExampleActivity
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected