| 限定符和类型 | 方法和说明 |
|---|---|
Tuple1<T1> |
clone() |
boolean |
equals(Object o) |
<T> T |
get(int index) |
int |
hashCode() |
T1 |
item1() |
<TR> Tuple1<TR> |
map(Function<T1,TR> map) |
<TR> Tuple1<TR> |
mapItem1(Function<T1,TR> map) |
Optional<T1> |
optionalItem1() |
int |
size() |
String |
toString() |
Tuple1<T1> |
with(T1 item1) |
Tuple1<T1> |
withItem1(T1 item1) |
forEach, spliteratorCopyright © 2023. All rights reserved.