public class Pair<A,B> extends Tuple2<A,B> implements Map.Entry<A,B>, Serializable, Tuple
| 限定符和类型 | 方法和说明 |
|---|---|
A |
getKey() |
B |
getValue() |
static <T1,T2> Pair<T1,T2> |
of(T1 first,
T2 second) |
B |
setValue(B value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeCopyright © 2025 fossc. All rights reserved.