public class KeyValuePair<K,V>
extends java.lang.Object
| Constructor and Description |
|---|
KeyValuePair(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
java.lang.String |
toString() |
Copyright © 2001-2019 JRuby. All Rights Reserved.