K
- the key typeV
- the value typepublic class ERXKeyValuePair<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
protected K |
_key
holds the key
|
protected V |
_value
holds the value
|
Constructor and Description |
---|
ERXKeyValuePair(K newKey,
V newValue)
Public constructor
|
Copyright © 2002 – 2024 Project Wonder.