-
-
构造器概要
构造器
| 构造器和说明 |
Pair(K key,
V value)
构造
|
-
方法概要
-
从类继承的方法 java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
方法详细资料
-
getKey
public K getKey()
获取键
- 返回:
- 键
-
getValue
public V getValue()
获取值
- 返回:
- 值
Copyright © 2018. All rights reserved.