Pair<Type1,Type2> 类
定义
public class Pair<Type1,Type2>
类型参数
- Type1
- Type2
- 继承
-
java.lang.ObjectPair<Type1,Type2>
构造函数
Pair(Type1 t1, Type2 t2) |
方法
getKey() | |
getValue() | |
setValue(Type2 newValue) |
public class Pair<Type1,Type2>
Pair(Type1 t1, Type2 t2) |
getKey() | |
getValue() | |
setValue(Type2 newValue) |