Public 成员函数 | |
| XYEntry (K key, V value) | |
| K | getKey () |
| V | getValue () |
| V | setValue (V object) |
Private 属性 | |
| final K | key |
| V | value |
A map entry value encapsulating an XY point.
| <K> | the key type |
| <V> | the value type |
|
inline |
Instantiates a new xY entry.
| key | the key |
| value | the value |
|
inline |
描述:TODO.
|
inline |
描述:TODO.
|
inline |
描述:TODO.
| object | the object |
|
private |
The key.
|
private |
The value.
1.8.8